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-07-14T03:46:04.316Z||main|||||INFO|500||The following profiles are active: basic 2022-07-14T03:46:19.296Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-14T03:46:19.298Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-14T03:46:19.453Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-14T03:46:24.927Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-14T03:46:25.422Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-14T03:46:26.061Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-14T03:46:26.081Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-14T03:46:26.288Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-14T03:46:26.613Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-14T03:46:27.445Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-14T03:46:30.166Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-14T03:46:33.673Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-14T03:46:33.766Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-14T03:46:34.638Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-14T03:46:35.020Z||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-07-14T03:46:36.614Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-14T03:46:38.000Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-14T03:46:38.028Z||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$$b3d2088f.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-07-14T03:46:38.029Z||main|||||WARN|500||The sdc end point is not alive 2022-07-14T03:46:42.370Z||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-07-14T03:46:46.145Z||main|||||WARN|500||--- 2022-07-14T03:46:46.146Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-14T03:46:46.146Z||main|||||WARN|500||--- 2022-07-14T03:46:46.878Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-14T03:46:54.504Z||main|||||INFO|500||Started Application in 54.261 seconds (JVM running for 57.557) 2022-07-14T03:46:54.543Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:46:54.550Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:46:54.578Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:46:54.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:46:54.741Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5712a196-dc01-404b-a868-a291cb406826 url= /sdc/v1/artifactTypes 2022-07-14T03:46:54.743Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:46:55.925Z||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.46.128] 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$$19da0226.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-07-14T03:46:55.930Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@291b151b 2022-07-14T03:46:55.931Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-14T03:46:55.955Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-14T03:46:55.959Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-14T03:46:55.963Z||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$$19da0226.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-07-14T03:47:44.491Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:47:44.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:47:44.495Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:47:44.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:47:44.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc2c94c4-8056-45d5-9553-b2b94888d252 url= /sdc/v1/artifactTypes 2022-07-14T03:47:44.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:47:45.558Z||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.46.128] 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$$19da0226.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-07-14T03:47:45.559Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b432484 2022-07-14T03:47:45.560Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-14T03:47:45.560Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-14T03:47:45.561Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-14T03:47:45.562Z||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$$19da0226.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-07-14T03:48:34.490Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:48:34.491Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:48:34.491Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:48:34.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:48:34.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bea7cf0-3ed2-4858-819a-b74321623991 url= /sdc/v1/artifactTypes 2022-07-14T03:48:34.505Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:48:35.538Z||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.46.128] 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$$19da0226.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-07-14T03:48:35.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d0fc460 2022-07-14T03:48:35.540Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-14T03:48:35.541Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-14T03:48:35.541Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-14T03:48:35.542Z||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$$19da0226.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-07-14T03:49:24.490Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:49:24.491Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:49:24.492Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:49:24.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:49:24.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d9c394ba-e301-43ed-a12a-5424cef50669 url= /sdc/v1/artifactTypes 2022-07-14T03:49:24.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:49:25.521Z||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.46.128] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$19da0226.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) ... 49 common frames omitted 2022-07-14T03:49:25.523Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c0c5f4b 2022-07-14T03:49:25.523Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-14T03:49:25.524Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-14T03:49:25.524Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-14T03:49:25.526Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$19da0226.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) ... 32 common frames omitted 2022-07-14T03:50:14.491Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:50:14.492Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:50:14.492Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:50:14.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:50:14.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7736dc7-910a-4863-bdef-e8b082f18a31 url= /sdc/v1/artifactTypes 2022-07-14T03:50:14.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:50:15.541Z||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.46.128] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$19da0226.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) ... 49 common frames omitted 2022-07-14T03:50:15.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a887ca0 2022-07-14T03:50:15.543Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-14T03:50:15.543Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-14T03:50:15.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-14T03:50:15.544Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$19da0226.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) ... 32 common frames omitted 2022-07-14T03:51:04.490Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-14T03:51:04.491Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-14T03:51:04.491Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-14T03:51:04.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-14T03:51:04.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f83f91a2-3f34-4ad2-a4ad-b830f8e79b98 url= /sdc/v1/artifactTypes 2022-07-14T03:51:04.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-14T03:51:04.771Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-14T03:51:04.788Z||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-07-14T03:51:04.829Z||scheduling-1|||||DEBUG|500||create keys 2022-07-14T03:51:04.841Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-14T03:51:05.005Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:51:05.027Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f18ffdea-1562-42c8-b002-9ea03234db10 url= /sdc/v1/registerForDistribution 2022-07-14T03:51:05.436Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f18ffdea-1562-42c8-b002-9ea03234db10 url= /sdc/v1/registerForDistribution 2022-07-14T03:51:05.437Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-14T03:51:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:51:05.454Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:51:05.465Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-14T03:51:05.467Z||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-07-14T03:51:05.467Z||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-07-14T03:51:05.467Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:51:05.467Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:51:16.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:51:16.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:52:05.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:52:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:52:05.562Z||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-07-14T03:52:05.562Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:52:05.570Z||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-07-14T03:52:05.571Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:52:15.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:52:15.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:53:05.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:53:05.450Z||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-07-14T03:53:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:53:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:53:05.452Z||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-07-14T03:53:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:53:15.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:53:15.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:54:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:54:05.449Z||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-07-14T03:54:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:54:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:54:05.454Z||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-07-14T03:54:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:54:15.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:54:15.157Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:55:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:55:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T03:55:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T03:55:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:55:05.455Z||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-07-14T03:55:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:55:15.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:55:15.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:56:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:56:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T03:56:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T03:56:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:56:05.453Z||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-07-14T03:56:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:56:15.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:56:15.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:56:31.001Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-14T03:57:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:57:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T03:57:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T03:57:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:57:05.453Z||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-07-14T03:57:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:57:15.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:57:15.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:58:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:58:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T03:58:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T03:58:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:58:05.454Z||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-07-14T03:58:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:58:15.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:58:15.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:59:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:59:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T03:59:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T03:59:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T03:59:05.453Z||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-07-14T03:59:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T03:59:15.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T03:59:15.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:00:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:00:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:00:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:00:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:00:05.454Z||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-07-14T04:00:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:00:15.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:00:15.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:01:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:01:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:01:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:01:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:01:05.453Z||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-07-14T04:01:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:01:15.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:01:15.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:02:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:02:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:02:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:02:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:02:05.453Z||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-07-14T04:02:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:02:15.107Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:02:15.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:03:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:03:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:03:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:03:05.452Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:03:05.454Z||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-07-14T04:03:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:03:15.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:03:15.138Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:04:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:04:05.450Z||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-07-14T04:04:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:04:05.452Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:04:05.454Z||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-07-14T04:04:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:04:15.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:04:15.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:05:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:05:05.450Z||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-07-14T04:05:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:05:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:05:05.453Z||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-07-14T04:05:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:05:15.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:05:15.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:06:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:06:05.450Z||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-07-14T04:06:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:06:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:06:05.453Z||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-07-14T04:06:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:06:15.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:06:15.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:07:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:07:05.450Z||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-07-14T04:07:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:07:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:07:05.452Z||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-07-14T04:07:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:07:15.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:07:15.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:08:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:08:05.451Z||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-07-14T04:08:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:08:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:08:05.453Z||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-07-14T04:08:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:08:15.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:08:15.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:09:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:09:05.452Z||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-07-14T04:09:05.452Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:09:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:09:05.453Z||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-07-14T04:09:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:09:15.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:09:15.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:10:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:10:05.450Z||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-07-14T04:10:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:10:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:10:05.453Z||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-07-14T04:10:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:10:15.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:10:15.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:11:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:11:05.450Z||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-07-14T04:11:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:11:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:11:05.453Z||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-07-14T04:11:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:11:15.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:11:15.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:12:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:12:05.450Z||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-07-14T04:12:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:12:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:12:05.454Z||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-07-14T04:12:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:12:15.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:12:15.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:13:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:13:05.450Z||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-07-14T04:13:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:13:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:13:05.453Z||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-07-14T04:13:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:13:15.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:13:15.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:14:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:14:05.449Z||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-07-14T04:14:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:14:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:14:05.453Z||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-07-14T04:14:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:14:15.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:14:15.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:15:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:15:05.451Z||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-07-14T04:15:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:15:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:15:05.453Z||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-07-14T04:15:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:15:15.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:15:15.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:16:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:16:05.450Z||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-07-14T04:16:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:16:05.452Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:16:05.452Z||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-07-14T04:16:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:16:15.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:16:15.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:17:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:17:05.449Z||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-07-14T04:17:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:17:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:17:05.452Z||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-07-14T04:17:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:17:15.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:17:15.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:18:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:18:05.450Z||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-07-14T04:18:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:18:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:18:05.453Z||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-07-14T04:18:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:18:15.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:18:15.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:19:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:19:05.449Z||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-07-14T04:19:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:19:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:19:05.453Z||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-07-14T04:19:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:19:15.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:19:15.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:20:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:20:05.449Z||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-07-14T04:20:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:20:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:20:05.453Z||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-07-14T04:20:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:20:15.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:20:15.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:21:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:21:05.450Z||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-07-14T04:21:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:21:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:21:05.453Z||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-07-14T04:21:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:21:15.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:21:15.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:22:05.450Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:22:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:22:05.455Z||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-07-14T04:22:05.455Z||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-07-14T04:22:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:22:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:22:15.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:22:15.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:23:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:23:05.449Z||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-07-14T04:23:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:23:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:23:05.453Z||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-07-14T04:23:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:23:15.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:23:15.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:24:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:24:05.450Z||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-07-14T04:24:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:24:05.452Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:24:05.453Z||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-07-14T04:24:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:24:15.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:24:15.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:25:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:25:05.450Z||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-07-14T04:25:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:25:05.452Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:25:05.453Z||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-07-14T04:25:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:25:15.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:25:15.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:26:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:26:05.449Z||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-07-14T04:26:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:26:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:26:05.454Z||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-07-14T04:26:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:26:15.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:26:15.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:27:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:27:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:27:05.453Z||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-07-14T04:27:05.453Z||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-07-14T04:27:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:27:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:27:15.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:27:15.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:28:05.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:28:05.451Z||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-07-14T04:28:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:28:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:28:05.453Z||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-07-14T04:28:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:28:15.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:28:15.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:29:05.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:29:05.450Z||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-07-14T04:29:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:29:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:29:05.452Z||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-07-14T04:29:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:29:15.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:29:15.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:30:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:30:05.449Z||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-07-14T04:30:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:30:05.454Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:30:05.455Z||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-07-14T04:30:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:30:15.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:30:15.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:31:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:31:05.449Z||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-07-14T04:31:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:31:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:31:05.452Z||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-07-14T04:31:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:31:15.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:31:15.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:32:05.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:32:05.449Z||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-07-14T04:32:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:32:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:32:05.453Z||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-07-14T04:32:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:32:15.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:32:15.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:33:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:33:05.450Z||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-07-14T04:33:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:33:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:33:05.453Z||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-07-14T04:33:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:33:15.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:33:15.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:34:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:34:05.450Z||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-07-14T04:34:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:34:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:34:05.453Z||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-07-14T04:34:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:34:15.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:34:15.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:35:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:35:05.450Z||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-07-14T04:35:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:35:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:35:05.453Z||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-07-14T04:35:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:35:15.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:35:15.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:36:05.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:36:05.451Z||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-07-14T04:36:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:36:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:36:05.453Z||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-07-14T04:36:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:36:15.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:36:15.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:37:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:37:05.449Z||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-07-14T04:37:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:37:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:37:05.453Z||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-07-14T04:37:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:37:15.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:37:15.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:38:05.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:38:05.450Z||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-07-14T04:38:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:38:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:38:05.452Z||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-07-14T04:38:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:38:15.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:38:15.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:39:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:39:05.450Z||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-07-14T04:39:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:39:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:39:05.453Z||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-07-14T04:39:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:39:15.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:39:15.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:40:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:40:05.449Z||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-07-14T04:40:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:40:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:40:05.453Z||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-07-14T04:40:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:40:15.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:40:15.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:41:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:41:05.450Z||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-07-14T04:41:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:41:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:41:05.453Z||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-07-14T04:41:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:41:15.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:41:15.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:42:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:42:05.450Z||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-07-14T04:42:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:42:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:42:05.453Z||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-07-14T04:42:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:42:15.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:42:15.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:43:05.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:43:05.451Z||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-07-14T04:43:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:43:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:43:05.453Z||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-07-14T04:43:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:43:15.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:43:15.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:44:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:44:05.450Z||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-07-14T04:44:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:44:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:44:05.453Z||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-07-14T04:44:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:44:15.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:44:15.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:45:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:45:05.449Z||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-07-14T04:45:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:45:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:45:05.453Z||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-07-14T04:45:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:45:15.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:45:15.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:05.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:46:05.450Z||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-07-14T04:46:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:46:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:46:05.453Z||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-07-14T04:46:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:46:06.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:06.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:06.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"01a702e8-98de-4964-bbf8-693f2e4e2a23","serviceName":"basic_onboard_GrLfQT","serviceVersion":"1.0","serviceUUID":"dc70cf3a-731a-4415-a64e-4b315e30451c","serviceDescription":"service","serviceInvariantUUID":"815951ae-43df-4ef4-864c-785045f4eac1","resources":[{"resourceInstanceName":"basic_onboard_GrLfQT 0","resourceName":"basic_onboard_GrLfQT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9d9ff927-6639-4a10-9bc2-de9f9d17174e","resourceInvariantUUID":"2c9d8622-1057-4609-82cc-ef832f969cc0","resourceCustomizationUUID":"da1ca5e7-2891-41b3-886c-d9c0edff6f90","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml","artifactChecksum":"YWE2NzQ5N2FkOWQzMDg5OWNhYzliNGUxYmIxYzYyMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb99b792-020a-4722-a732-b60e51ddff31","artifactVersion":"1"},{"artifactName":"basic_onboard_grlfqt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json","artifactChecksum":"YmY2ODlhNTQwZTY0ZDJhZjE5ZjUxMDBmMmNiNDFjOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"511f3cd2-f06d-40b6-a057-ac55a36d8ada","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3988f704-e3a0-459c-bf5e-6cdbd638c1ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"661f798b-e03e-4c33-89fd-27b052fd9cc3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5","artifactVersion":"2","generatedFromUUID":"3988f704-e3a0-459c-bf5e-6cdbd638c1ac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGrlfqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml","artifactChecksum":"Mzc3ODdlNDFiMjdmMzhmNWVjMTBmZGUyYjY2YjA2MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a310d87-b00c-4dc8-814c-e8e7adc1b7ca","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGrlfqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar","artifactChecksum":"OTQ5M2MwZWZhMjE5YTRmY2RiM2YzNTA0MTZhOGNkOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7192fb31-5460-4673-94e4-a87d01041d77","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T04:46:06.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.146Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:06.155Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:06.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-14T04:46:06.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:46:06.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.171Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:06.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.172Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-14T04:46:06.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773926570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773926085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773932003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773941277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773940130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773940596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.188Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773933650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "cds", "timestamp": 1657773941618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-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-07-14T04:46:06.271Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-07-14T04:46:06.276Z||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-07-14T04:46:06.276Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:06.302Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:06.304Z||pool-3-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-14T04:46:06.445Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:46:06.477Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:46:06.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773942454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773943677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773944754, "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-07-14T04:46:06.531Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:46:06.531Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:46:06.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "multicloud-k8s-id", "timestamp": 1657773945761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "ves-openapi-manager", "timestamp": 1657773940630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773947962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773948049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773941158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773942549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657773949055, "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-07-14T04:46:06.555Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:46:06.555Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:46:06.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773949295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773949996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773950583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773950316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:46:06.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:46:06.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "clamp", "timestamp": 1657773951004, "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-07-14T04:46:06.576Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:46:06.576Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:46:06.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:46:06.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "policy-id", "timestamp": 1657773951322, "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-07-14T04:46:06.590Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:46:06.590Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:46:07.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:07.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:07.185Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:07.185Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:46:07.286Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:07.287Z||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-07-14T04:46:07.287Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:07.319Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:07.320Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:46:08.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:08.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:08.189Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:08.189Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-14T04:46:08.290Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:46:08.291Z||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-07-14T04:46:08.291Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:08.321Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:08.322Z||pool-5-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:09.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:09.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:09.194Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:09.195Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:09.298Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-14T04:46:09.299Z||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-07-14T04:46:09.300Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:09.336Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:09.337Z||pool-6-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:10.196Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:10.197Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:10.201Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:10.201Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-14T04:46:10.301Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:10.303Z||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-07-14T04:46:10.303Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:10.343Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:10.344Z||pool-7-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:46:11.202Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:11.202Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:11.205Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:11.205Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:46:11.308Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:46:11.309Z||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-07-14T04:46:11.309Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:11.340Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:11.341Z||pool-8-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:12.206Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:46:12.207Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:12.211Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:12.212Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:46:12.311Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:46:12.313Z||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-07-14T04:46:12.313Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:12.352Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:12.353Z||pool-9-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:46:13.215Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "serviceName": "basic_onboard_GrLfQT", "serviceVersion": "1.0", "serviceUUID": "dc70cf3a-731a-4415-a64e-4b315e30451c", "serviceDescription": "service", "serviceInvariantUUID": "815951ae-43df-4ef4-864c-785045f4eac1", "resources": [ { "resourceInstanceName": "basic_onboard_GrLfQT 0", "resourceCustomizationUUID": "da1ca5e7-2891-41b3-886c-d9c0edff6f90", "resourceName": "basic_onboard_GrLfQT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9d9ff927-6639-4a10-9bc2-de9f9d17174e", "resourceInvariantUUID": "2c9d8622-1057-4609-82cc-ef832f969cc0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_grlfqt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "artifactChecksum": "YmY2ODlhNTQwZTY0ZDJhZjE5ZjUxMDBmMmNiNDFjOTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "511f3cd2-f06d-40b6-a057-ac55a36d8ada", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3988f704-e3a0-459c-bf5e-6cdbd638c1ac", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5", "generatedFromUUID": "3988f704-e3a0-459c-bf5e-6cdbd638c1ac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGrlfqt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "artifactChecksum": "OTQ5M2MwZWZhMjE5YTRmY2RiM2YzNTA0MTZhOGNkOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7192fb31-5460-4673-94e4-a87d01041d77" } ], "workloadContext": "Production" } 2022-07-14T04:46:13.216Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T04:46:13.217Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc70cf3a-731a-4415-a64e-4b315e30451c ASDC 2022-07-14T04:46:13.384Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:01a702e8-98de-4964-bbf8-693f2e4e2a23 ServiceName:basic_onboard_GrLfQT ServiceVersion:1.0 ServiceUUID:dc70cf3a-731a-4415-a64e-4b315e30451c ServiceInvariantUUID:815951ae-43df-4ef4-864c-785045f4eac1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGrlfqt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar ArtifactUUID:7192fb31-5460-4673-94e4-a87d01041d77 ArtifactChecksum:OTQ5M2MwZWZhMjE5YTRmY2RiM2YzNTA0MTZhOGNkOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_GrLfQT 0 ResourceCustomizationUUID:da1ca5e7-2891-41b3-886c-d9c0edff6f90 ResourceInvariantUUID:2c9d8622-1057-4609-82cc-ef832f969cc0 ResourceName:basic_onboard_GrLfQT ResourceType:VF ResourceUUID:9d9ff927-6639-4a10-9bc2-de9f9d17174e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_grlfqt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json ArtifactUUID:511f3cd2-f06d-40b6-a057-ac55a36d8ada ArtifactChecksum:YmY2ODlhNTQwZTY0ZDJhZjE5ZjUxMDBmMmNiNDFjOTQ= 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/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml ArtifactUUID:3988f704-e3a0-459c-bf5e-6cdbd638c1ac 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/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env ArtifactUUID:c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 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/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env ArtifactUUID:c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T04:46:13.385Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc70cf3a-731a-4415-a64e-4b315e30451c 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-07-14T04:46:13.458Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:46:13.461Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:46:13.463Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:46:13.464Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7192fb31-5460-4673-94e4-a87d01041d77 from URL: /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:13.464Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:46:13.466Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:13.631Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:46:13.648Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar 7192fb31-5460-4673-94e4-a87d01041d77 71585 2022-07-14T04:46:13.650Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar ASDC sendASDCNotification 2022-07-14T04:46:13.650Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:13.651Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:46:13.652Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:13.655Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:13.655Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773973649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:13.755Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:13.756Z||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-07-14T04:46:13.756Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:13.778Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:13.779Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:14.656Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:46:14.658Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:46:14.658Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7192fb31-5460-4673-94e4-a87d01041d77, URL: /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar to file: /app/ASDC/1/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:14.659Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:14.774Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:14.774Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:15.515Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3768548618567553245/Definitions/service-BasicOnboardGrlfqt-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-07-14T04:46:17.566Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T04:46:17.575Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:46:17.576Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.576Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-14T04:46:17.577Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.577Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GrLfQT 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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.577Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.577Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.578Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.578Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.578Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.578Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.578Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:17.579Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:46:17.588Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.590Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.597Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:17.598Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:46:17.603Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:46:17.606Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.606Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.607Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:17.607Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:46:17.607Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:46:17.607Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.607Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.611Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.612Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is not matching search criteria 2022-07-14T04:46:17.612Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-14T04:46:17.612Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-14T04:46:17.613Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-14T04:46:17.613Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-14T04:46:17.613Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T04:46:17.614Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.614Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:46:17.615Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.616Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:17.616Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:17.617Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:17.618Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.618Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is not matching search criteria 2022-07-14T04:46:17.618Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-14T04:46:17.618Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-14T04:46:17.618Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31a0bfa6-e2dc-4207-b544-945fe9ac3306 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.619Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.620Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:17.620Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:17.620Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_GrLfQT Description:service Model UUID:dc70cf3a-731a-4415-a64e-4b315e30451c Model Version:NULL Model InvariantUuid:815951ae-43df-4ef4-864c-785045f4eac1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_GrLfQT Model UUID:acce53b6-640a-49a9-a354-9f9d5efc20f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c9d8622-1057-4609-82cc-ef832f969cc0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da1ca5e7-2891-41b3-886c-d9c0edff6f90 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0122cc79-bd8a-4aea-b0d0-aa320e8c1f24 ModelName:BasicOnboardGrlfqt..base_ubuntu18..module-0 ModelUuid:06dce577-04cd-4dda-8fe0-5b5a2dfd7abd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31a0bfa6-e2dc-4207-b544-945fe9ac3306 ModelInvariantUuid:d8cb3dbd-bfda-4a70-9e82-7740796b5539 ModelName:basic_onboard_GrLfQT-nodes.ubuntu18Cvfc ModelUuid:2196d486-f154-410f-93df-641f65abd904 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e351e57f-1b35-48dc-b5fa-34fa72282ec6 ModelInvariantUuid:3daae3e5-f151-46fd-a219-c786631e7d0e ModelName:BasicOnboardGrlfqt.compute.nodes.heat.ubuntu18 ModelUuid:cb6834f2-8efa-4288-b68c-0397b259287a 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-07-14T04:46:17.636Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9d9ff927-6639-4a10-9bc2-de9f9d17174e 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-07-14T04:46:17.738Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||basic_onboard_GrLfQT 0 2022-07-14T04:46:17.747Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9d9ff927-6639-4a10-9bc2-de9f9d17174e 2022-07-14T04:46:17.748Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 511f3cd2-f06d-40b6-a057-ac55a36d8ada from URL: /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json 2022-07-14T04:46:17.748Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:46:17.748Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json 2022-07-14T04:46:17.959Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:46:17.960Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json 511f3cd2-f06d-40b6-a057-ac55a36d8ada 798 2022-07-14T04:46:17.960Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json ASDC sendASDCNotification 2022-07-14T04:46:17.960Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json 2022-07-14T04:46:17.961Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:46:17.961Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:17.966Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:17.967Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773977960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:18.065Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-14T04:46:18.066Z||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-07-14T04:46:18.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:18.141Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:18.142Z||pool-11-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:18.968Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGrlfqt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0122cc79-bd8a-4aea-b0d0-aa320e8c1f24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06dce577-04cd-4dda-8fe0-5b5a2dfd7abd", "vfModuleModelCustomizationUUID": "19770d03-6179-4731-b67a-1df4959b51e7", "isBase": true, "artifacts": [ "3988f704-e3a0-459c-bf5e-6cdbd638c1ac", "c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5" ], "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-07-14T04:46:18.984Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGrlfqt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:06dce577-04cd-4dda-8fe0-5b5a2dfd7abd VfModuleModelInvariantUUID:0122cc79-bd8a-4aea-b0d0-aa320e8c1f24 VfModuleModelDescription:NULL Artifacts UUID List:{ 3988f704-e3a0-459c-bf5e-6cdbd638c1ac , c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 } 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-07-14T04:46:18.987Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGrlfqt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0122cc79-bd8a-4aea-b0d0-aa320e8c1f24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "06dce577-04cd-4dda-8fe0-5b5a2dfd7abd", "vfModuleModelCustomizationUUID": "19770d03-6179-4731-b67a-1df4959b51e7", "isBase": true, "artifacts": [ "3988f704-e3a0-459c-bf5e-6cdbd638c1ac", "c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5" ], "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-07-14T04:46:18.987Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGrlfqt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:06dce577-04cd-4dda-8fe0-5b5a2dfd7abd VfModuleModelInvariantUUID:0122cc79-bd8a-4aea-b0d0-aa320e8c1f24 VfModuleModelDescription:NULL Artifacts UUID List:{ 3988f704-e3a0-459c-bf5e-6cdbd638c1ac , c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 } 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-07-14T04:46:18.987Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3988f704-e3a0-459c-bf5e-6cdbd638c1ac from URL: /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml 2022-07-14T04:46:18.987Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:46:18.988Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml 2022-07-14T04:46:19.139Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:46:19.140Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml 3988f704-e3a0-459c-bf5e-6cdbd638c1ac 5033 2022-07-14T04:46:19.140Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-14T04:46:19.140Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml 2022-07-14T04:46:19.140Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:46:19.141Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:19.143Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:19.143Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773979140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:19.243Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:19.244Z||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-07-14T04:46:19.245Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:19.265Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:19.266Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:20.144Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 from URL: /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env 2022-07-14T04:46:20.145Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:46:20.145Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env 2022-07-14T04:46:20.265Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:46:20.266Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env c34e425c-aec6-4c1f-a6cc-f1ccc0bf8bd5 909 2022-07-14T04:46:20.267Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-14T04:46:20.267Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env 2022-07-14T04:46:20.267Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:46:20.267Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:20.270Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:20.270Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773980267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:46:20.370Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:20.371Z||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-07-14T04:46:20.372Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:20.388Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:20.389Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:21.271Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dc70cf3a-731a-4415-a64e-4b315e30451c 2022-07-14T04:46:21.272Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GrLfQT 0 9d9ff927-6639-4a10-9bc2-de9f9d17174e 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-07-14T04:46:21.314Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@130a3316, org.onap.sdc.toscaparser.api.parameters.Input@2d84cbae, org.onap.sdc.toscaparser.api.parameters.Input@2b522764, org.onap.sdc.toscaparser.api.parameters.Input@7ebe08e1, org.onap.sdc.toscaparser.api.parameters.Input@3c6e16a3] 2022-07-14T04:46:21.322Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.322Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.323Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-14T04:46:21.323Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= da1ca5e7-2891-41b3-886c-d9c0edff6f90 2022-07-14T04:46:21.323Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da1ca5e7-2891-41b3-886c-d9c0edff6f90 matches Tosca VF Customization UUID: da1ca5e7-2891-41b3-886c-d9c0edff6f90 2022-07-14T04:46:21.323Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: da1ca5e7-2891-41b3-886c-d9c0edff6f90 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-07-14T04:46:21.333Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.334Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.338Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id da1ca5e7-2891-41b3-886c-d9c0edff6f90: {\"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-07-14T04:46:21.338Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@147ded3f 2022-07-14T04:46:21.338Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.339Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:46:21.340Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19770d03-6179-4731-b67a-1df4959b51e7 2022-07-14T04:46:21.342Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19770d03-6179-4731-b67a-1df4959b51e7 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-07-14T04:46:21.352Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.353Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:21.353Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:21.354Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.354Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is not matching search criteria 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-14T04:46:21.355Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31a0bfa6-e2dc-4207-b544-945fe9ac3306 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-07-14T04:46:21.364Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.365Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:21.365Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:46:21.365Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.365Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_GrLfQT 0 is matching search criteria 2022-07-14T04:46:21.366Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_GrLfQT 0] matching following query criteria: sdcType=VF, customizationUUID=da1ca5e7-2891-41b3-886c-d9c0edff6f90 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-07-14T04:46:21.367Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.368Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.368Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dc70cf3a-731a-4415-a64e-4b315e30451c: basic_onboard_GrLfQT 2022-07-14T04:46:21.368Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.369Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.369Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.369Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.369Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.369Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.370Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.370Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.370Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:46:21.370Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_GrLfQT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:46:21.370Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_GrLfQT 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-07-14T04:46:21.539Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GrLfQT 9d9ff927-6639-4a10-9bc2-de9f9d17174e 1 ASDC deployResourceStructure 2022-07-14T04:46:21.539Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json ASDC sendASDCNotification 2022-07-14T04:46:21.540Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json 2022-07-14T04:46:21.540Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:46:21.540Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:21.543Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:21.543Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773981539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:46:21.643Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:21.644Z||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-07-14T04:46:21.644Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:21.672Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:21.673Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:22.544Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-14T04:46:22.544Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml 2022-07-14T04:46:22.545Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:46:22.545Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:22.547Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:22.547Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773982544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:46:22.648Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:22.649Z||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-07-14T04:46:22.649Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:22.674Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:22.674Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:46:23.548Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-14T04:46:23.549Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env 2022-07-14T04:46:23.549Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:46:23.550Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:23.552Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:23.552Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773983548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-14T04:46:23.652Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:23.653Z||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-07-14T04:46:23.654Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:23.675Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:23.676Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:46:24.553Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar ASDC sendASDCNotification 2022-07-14T04:46:24.554Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar 2022-07-14T04:46:24.555Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:46:24.555Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:46:24.558Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:46:24.559Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773984553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:46:24.659Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:46:24.660Z||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-07-14T04:46:24.660Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:46:24.677Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:46:24.678Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:46:25.560Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:46:25.579Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:46:25.586Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:46:25.586Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:46:25.586Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:46:55.587Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:46:55.601Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:46:55.604Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:46:55.604Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:46:55.604Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:47:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:47:05.454Z||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-07-14T04:47:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:47:05.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:47:05.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:47:05.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:47:05.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:47:25.605Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:47:25.626Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:47:25.641Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:47:25.641Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:47:25.641Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:47:55.641Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:47:55.664Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:47:55.669Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:47:55.670Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:47:55.670Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:48:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:48:05.456Z||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-07-14T04:48:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:48:05.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:48:05.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773966552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:48:05.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:48:05.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "aai-ml", "timestamp": 1657773967561, "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-07-14T04:48:05.558Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01a702e8-98de-4964-bbf8-693f2e4e2a23 2022-07-14T04:48:05.559Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:48:05.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-14T04:48:05.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773965448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773973649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773977960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773979140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773980267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773981539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/basic_onboard_grlfqt0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773982544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773983548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/resourceInstances/basic_onboard_grlfqt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-14T04:48:05.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:05.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:48:05.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657773984553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrlfqt/1.0/artifacts/service-BasicOnboardGrlfqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:48:05.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:48:25.671Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:48:25.685Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:48:25.689Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:48:25.690Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T04:48:25.690Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T04:48:25.690Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T04:48:25.691Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.691Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.691Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.692Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.692Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.692Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:48:25.693Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-07-14T04:48:25.697Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T04:48:55.698Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 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-07-14T04:48:55.713Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01a702e8-98de-4964-bbf8-693f2e4e2a23 and serviceModelVersionId: dc70cf3a-731a-4415-a64e-4b315e30451c 2022-07-14T04:48:55.713Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 815951ae-43df-4ef4-864c-785045f4eac1 2022-07-14T04:49:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:49:05.454Z||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-07-14T04:49:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:49:06.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:06.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:49:06.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:49:06.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:49:06.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:49:06.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "ves-openapi-manager", "timestamp": 1657774020630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774021163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774026085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774023650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774022003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774038585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774037413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774037565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:06.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774031570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774038419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:49:06.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774039712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774032549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:06.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-14T04:49:06.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774039435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "policy-id", "timestamp": 1657774039425, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:49:06.082Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.082Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:06.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774040807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774040364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "cds", "timestamp": 1657774040448, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-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-07-14T04:49:06.120Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.121Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:06.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774041839, "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-07-14T04:49:06.141Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:06.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "multicloud-k8s-id", "timestamp": 1657774042844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:49:06.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774043098, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:49:06.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774044125, "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-07-14T04:49:06.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:06.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774046947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:06.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774047988, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:49:06.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "clamp", "timestamp": 1657774049002, "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-07-14T04:49:06.169Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.169Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:06.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774053150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:49:06.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:49:06.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T04:49:06.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "aai-ml", "timestamp": 1657774054157, "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-07-14T04:49:06.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e122e4c6-4922-4e4d-af6d-906e52fa8577 2022-07-14T04:49:06.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:49:13.616Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0 2022-07-14T04:49:13.763Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T04:49:14.372Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0|INFO|500||Invoke 2022-07-14T04:49:14.402Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01a702e8-98de-4964-bbf8-693f2e4e2a23], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c55a19e3-fdf3-481f-8f45-22d283d9e414], X-ECOMP-RequestID=[01a702e8-98de-4964-bbf8-693f2e4e2a23], X-TransactionId=[], X-ONAP-RequestID=[01a702e8-98de-4964-bbf8-693f2e4e2a23], Content-Type=[application/merge-patch+json]} 2022-07-14T04:49:14.570Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T04:49:15.144Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?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/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220714-04:49:13:842-30839], vertex-id=[356368], Content-Length=[0], Date=[Thu, 14 Jul 2022 04:49:13 GMT], Content-Type=[application/json]} 2022-07-14T04:49:15.146Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-14T04:49:15.147Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/815951ae-43df-4ef4-864c-785045f4eac1/model-vers/model-ver/dc70cf3a-731a-4415-a64e-4b315e30451c?depth=0|INFO|500||InvokeReturn 2022-07-14T04:49:15.152Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T04:49:15.153Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-07-14T04:49:15.159Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-07-14T04:49:15.161Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01a702e8-98de-4964-bbf8-693f2e4e2a23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T04:49:15.163Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T04:49:15.164Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:15.167Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:15.168Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774155161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:49:15.268Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:15.269Z||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-07-14T04:49:15.269Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:15.288Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:15.289Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T04:49:16.187Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:49:16.188Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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-07-14T04:49:16.189Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:49:20.718Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:20.719Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-14T04:49:20.720Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e122e4c6-4922-4e4d-af6d-906e52fa8577","serviceName":"vFW 2022-07-14 04-45-52","serviceVersion":"1.0","serviceUUID":"7437624c-9f5a-4117-a8ca-72e9c4c17212","serviceDescription":"catalog service description","serviceInvariantUUID":"71463457-27cd-42d5-b370-9b2c37aedf11","resources":[{"resourceInstanceName":"vFW 573d8abe-cd7a 0","resourceName":"vFW 573d8abe-cd7a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dcb6abd-59cb-4bd5-911e-4d1e5ae47521","resourceInvariantUUID":"eea4209a-c1eb-4d31-a893-9cfbb9ea14a9","resourceCustomizationUUID":"2ecc577e-9754-4c49-bd42-f602fb0e9315","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml","artifactChecksum":"MDc0N2IyMDVmZTM1Mzk4YjAzODNkNTk4MzA4ODEyMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f671bf42-c9e6-4b71-853a-9806c6c23a6e","artifactVersion":"1"},{"artifactName":"vfw573d8abecd7a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json","artifactChecksum":"MzMyMTA4YjcyNGY3ZTUyY2JlZjA0YjYyYmIyM2RlOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a02f166-5a0a-4eb9-bd17-f62aaba2004b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e45e6dff-cefc-41e0-93ec-cce391837a50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml","artifactChecksum":"NzBmMzhkZTNkMTgxYzZkMWE5YjRlMmU1YmYwNjEyZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db1e2d38-2b35-4d58-9a64-60c3ff9ed766","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f605e4a-0d29-4c64-807f-c351cd42b86d","artifactVersion":"2","generatedFromUUID":"e45e6dff-cefc-41e0-93ec-cce391837a50"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220714044552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml","artifactChecksum":"ZTA1ZjBlOWUyOTdiMGM0YWNlYzUxYmI3ZmQyMmMzOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f0bb529-14e3-442a-9c8e-d68fc1c6dbc8","artifactVersion":"1"},{"artifactName":"service-Vfw20220714044552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar","artifactChecksum":"ZjQ4NWZhMGM4YTY0ZDNkOWUwZjkxMDEwNzgyNmI0YTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f4cc481-0502-410d-abe7-6c2b16c4fc87","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T04:49:20.723Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:20.723Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:20.725Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:20.725Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:20.825Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:20.827Z||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-07-14T04:49:20.827Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:20.844Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:20.845Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:21.726Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:21.727Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:21.729Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:21.729Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:49:21.829Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:21.830Z||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-07-14T04:49:21.831Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:21.869Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:21.870Z||pool-20-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:22.729Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:22.730Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:22.733Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:22.733Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:49:22.833Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:22.834Z||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-07-14T04:49:22.835Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:22.869Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:22.869Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:23.734Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:23.735Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:23.739Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:23.739Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:23.841Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-14T04:49:23.842Z||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-07-14T04:49:23.842Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:23.864Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:23.864Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:49:24.740Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:24.741Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:24.744Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:24.744Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:49:24.845Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:49:24.846Z||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-07-14T04:49:24.846Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:24.869Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:24.870Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:25.745Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:25.746Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:25.748Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:25.748Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:49:25.849Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:49:25.850Z||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-07-14T04:49:25.850Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:25.874Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:25.875Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:26.749Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:49:26.750Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:26.752Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:26.752Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:49:26.852Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:26.854Z||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-07-14T04:49:26.854Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:26.887Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:26.887Z||pool-25-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:49:27.754Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "serviceName": "vFW 2022-07-14 04-45-52", "serviceVersion": "1.0", "serviceUUID": "7437624c-9f5a-4117-a8ca-72e9c4c17212", "serviceDescription": "catalog service description", "serviceInvariantUUID": "71463457-27cd-42d5-b370-9b2c37aedf11", "resources": [ { "resourceInstanceName": "vFW 573d8abe-cd7a 0", "resourceCustomizationUUID": "2ecc577e-9754-4c49-bd42-f602fb0e9315", "resourceName": "vFW 573d8abe-cd7a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7dcb6abd-59cb-4bd5-911e-4d1e5ae47521", "resourceInvariantUUID": "eea4209a-c1eb-4d31-a893-9cfbb9ea14a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw573d8abecd7a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "artifactChecksum": "MzMyMTA4YjcyNGY3ZTUyY2JlZjA0YjYyYmIyM2RlOWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a02f166-5a0a-4eb9-bd17-f62aaba2004b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e45e6dff-cefc-41e0-93ec-cce391837a50", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f605e4a-0d29-4c64-807f-c351cd42b86d", "generatedFromUUID": "e45e6dff-cefc-41e0-93ec-cce391837a50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f605e4a-0d29-4c64-807f-c351cd42b86d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220714044552-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "artifactChecksum": "ZjQ4NWZhMGM4YTY0ZDNkOWUwZjkxMDEwNzgyNmI0YTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f4cc481-0502-410d-abe7-6c2b16c4fc87" } ], "workloadContext": "Production" } 2022-07-14T04:49:27.755Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T04:49:27.755Z|01a702e8-98de-4964-bbf8-693f2e4e2a23|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7437624c-9f5a-4117-a8ca-72e9c4c17212 ASDC 2022-07-14T04:49:27.756Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e122e4c6-4922-4e4d-af6d-906e52fa8577 ServiceName:vFW 2022-07-14 04-45-52 ServiceVersion:1.0 ServiceUUID:7437624c-9f5a-4117-a8ca-72e9c4c17212 ServiceInvariantUUID:71463457-27cd-42d5-b370-9b2c37aedf11 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220714044552-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar ArtifactUUID:2f4cc481-0502-410d-abe7-6c2b16c4fc87 ArtifactChecksum:ZjQ4NWZhMGM4YTY0ZDNkOWUwZjkxMDEwNzgyNmI0YTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 573d8abe-cd7a 0 ResourceCustomizationUUID:2ecc577e-9754-4c49-bd42-f602fb0e9315 ResourceInvariantUUID:eea4209a-c1eb-4d31-a893-9cfbb9ea14a9 ResourceName:vFW 573d8abe-cd7a ResourceType:VF ResourceUUID:7dcb6abd-59cb-4bd5-911e-4d1e5ae47521 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw573d8abecd7a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json ArtifactUUID:5a02f166-5a0a-4eb9-bd17-f62aaba2004b ArtifactChecksum:MzMyMTA4YjcyNGY3ZTUyY2JlZjA0YjYyYmIyM2RlOWY= 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/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml ArtifactUUID:e45e6dff-cefc-41e0-93ec-cce391837a50 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/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env ArtifactUUID:4f605e4a-0d29-4c64-807f-c351cd42b86d 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/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env ArtifactUUID:4f605e4a-0d29-4c64-807f-c351cd42b86d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T04:49:27.756Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7437624c-9f5a-4117-a8ca-72e9c4c17212 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-07-14T04:49:27.788Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:49:27.788Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:49:27.789Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:49:27.789Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f4cc481-0502-410d-abe7-6c2b16c4fc87 from URL: /sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:27.789Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:49:27.789Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:27.943Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:49:27.948Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar 2f4cc481-0502-410d-abe7-6c2b16c4fc87 99006 2022-07-14T04:49:27.948Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar ASDC sendASDCNotification 2022-07-14T04:49:27.949Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:27.949Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:49:27.949Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:27.953Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:27.953Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774167948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:28.053Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-14T04:49:28.054Z||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-07-14T04:49:28.054Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:28.113Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:28.117Z||pool-26-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:49:28.954Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:49:28.955Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:49:28.955Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2f4cc481-0502-410d-abe7-6c2b16c4fc87, URL: /sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar to file: /app/ASDC/1/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:28.956Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220714044552-csar.csar 2022-07-14T04:49:28.956Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:28.957Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:29.262Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15328619410452314416/Definitions/service-Vfw20220714044552-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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-07-14T04:49:31.578Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.579Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 573d8abe-cd7a 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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.580Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.581Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-Vfw20220714044552-csar.csar 2022-07-14T04:49:31.581Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:49:31.581Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.581Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.582Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:31.582Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:49:31.582Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:49:31.582Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.582Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.583Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.584Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.585Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:49:31.585Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:49:31.586Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:49:31.586Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.586Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.586Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:49:31.586Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.587Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:49:31.587Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.587Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T04:49:31.587Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.587Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:49:31.588Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.588Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:31.588Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:31.589Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.589Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:31.589Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:31.589Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.589Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:31.590Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-14T04:49:31.591Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:49:31.591Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:49:31.591Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.591Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.591Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:49:31.592Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.592Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:49:31.592Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.592Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf849f6e-ff12-49cf-b59d-0b19005030ea 2022-07-14T04:49:31.592Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.593Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.594Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.594Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:49:31.594Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-14T04:49:31.594Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:49:31.594Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e334ee12-458c-4ce0-93d9-358faa353276 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:31.595Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:31.596Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:31.596Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:49:31.596Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.596Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.596Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:31.597Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-14T04:49:31.598Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be1196a1-eae0-46ec-be87-035a5897abf8 2022-07-14T04:49:31.598Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.598Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.598Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:31.599Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-14 04-45-52 Description:catalog service description Model UUID:7437624c-9f5a-4117-a8ca-72e9c4c17212 Model Version:NULL Model InvariantUuid:71463457-27cd-42d5-b370-9b2c37aedf11 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 573d8abe-cd7a Model UUID:0be7837f-7aa5-4b58-8f4b-544b43bd80c4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:eea4209a-c1eb-4d31-a893-9cfbb9ea14a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2ecc577e-9754-4c49-bd42-f602fb0e9315 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ff74cb6c-2d79-4f04-bb6f-43ddc105e8b5 ModelName:Vfw573d8abeCd7a..base_vfw..module-0 ModelUuid:8a81f9b7-de50-40b5-a389-6f5cb629842c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf849f6e-ff12-49cf-b59d-0b19005030ea ModelInvariantUuid:010619e9-26af-442e-854c-2f8c0befec27 ModelName:vFW 573d8abe-cd7a-nodes.vfwCvfc ModelUuid:4cd5335d-bee0-4865-9e25-c2d9433b41f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a7643f70-410f-4892-8bcd-e8d03ccf5ad4 ModelInvariantUuid:3775b7e8-c706-4e21-9d42-ee93ac623c29 ModelName:Vfw573d8abeCd7a.compute.nodes.heat.vfw ModelUuid:0c4accac-0e95-47b1-99cd-43c04f5058ac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e334ee12-458c-4ce0-93d9-358faa353276 ModelInvariantUuid:22d99a36-bc8a-498a-bed6-c8bb518e2a74 ModelName:vFW 573d8abe-cd7a-nodes.vsnCvfc ModelUuid:ecb00982-7b4c-4943-936a-19af2f8f4e36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2e38db25-5779-4fbd-b05b-6692f97662ed ModelInvariantUuid:db7fa0cb-d2ee-4dbc-baa4-305096a90155 ModelName:Vfw573d8abeCd7a.compute.nodes.heat.vsn ModelUuid:e69aeb7b-8813-4693-98fb-760501d4d0e9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be1196a1-eae0-46ec-be87-035a5897abf8 ModelInvariantUuid:08796a87-c57c-4fcb-8035-c5fd568bb1e0 ModelName:vFW 573d8abe-cd7a-nodes.vpgCvfc ModelUuid:29561c0f-101d-40ee-bb1c-14e62acd3436 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4616b686-136a-4383-9e78-ae01e487db73 ModelInvariantUuid:6a08075e-4938-49e2-9665-e12d7445ed0e ModelName:Vfw573d8abeCd7a.compute.nodes.heat.vpg ModelUuid:6aea5506-d220-4e70-84ef-ffacb0ea00f7 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-07-14T04:49:31.606Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dcb6abd-59cb-4bd5-911e-4d1e5ae47521 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-07-14T04:49:31.609Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||vFW 573d8abe-cd7a 0 2022-07-14T04:49:31.610Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dcb6abd-59cb-4bd5-911e-4d1e5ae47521 2022-07-14T04:49:31.610Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5a02f166-5a0a-4eb9-bd17-f62aaba2004b from URL: /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json 2022-07-14T04:49:31.610Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:49:31.611Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json 2022-07-14T04:49:31.733Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:49:31.733Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json 5a02f166-5a0a-4eb9-bd17-f62aaba2004b 785 2022-07-14T04:49:31.734Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json ASDC sendASDCNotification 2022-07-14T04:49:31.734Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json 2022-07-14T04:49:31.734Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:49:31.735Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:31.737Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:31.737Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774171734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:31.838Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:31.839Z||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-07-14T04:49:31.839Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:31.870Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:31.871Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:32.738Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw573d8abeCd7a..base_vfw..module-0", "vfModuleModelInvariantUUID": "ff74cb6c-2d79-4f04-bb6f-43ddc105e8b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a81f9b7-de50-40b5-a389-6f5cb629842c", "vfModuleModelCustomizationUUID": "ee1d1afd-b960-4f38-a509-c1f8d2be5492", "isBase": true, "artifacts": [ "e45e6dff-cefc-41e0-93ec-cce391837a50", "4f605e4a-0d29-4c64-807f-c351cd42b86d" ], "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-07-14T04:49:32.745Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw573d8abeCd7a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a81f9b7-de50-40b5-a389-6f5cb629842c VfModuleModelInvariantUUID:ff74cb6c-2d79-4f04-bb6f-43ddc105e8b5 VfModuleModelDescription:NULL Artifacts UUID List:{ e45e6dff-cefc-41e0-93ec-cce391837a50 , 4f605e4a-0d29-4c64-807f-c351cd42b86d } 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-07-14T04:49:32.747Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw573d8abeCd7a..base_vfw..module-0", "vfModuleModelInvariantUUID": "ff74cb6c-2d79-4f04-bb6f-43ddc105e8b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a81f9b7-de50-40b5-a389-6f5cb629842c", "vfModuleModelCustomizationUUID": "ee1d1afd-b960-4f38-a509-c1f8d2be5492", "isBase": true, "artifacts": [ "e45e6dff-cefc-41e0-93ec-cce391837a50", "4f605e4a-0d29-4c64-807f-c351cd42b86d" ], "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-07-14T04:49:32.748Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw573d8abeCd7a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a81f9b7-de50-40b5-a389-6f5cb629842c VfModuleModelInvariantUUID:ff74cb6c-2d79-4f04-bb6f-43ddc105e8b5 VfModuleModelDescription:NULL Artifacts UUID List:{ e45e6dff-cefc-41e0-93ec-cce391837a50 , 4f605e4a-0d29-4c64-807f-c351cd42b86d } 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-07-14T04:49:32.748Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e45e6dff-cefc-41e0-93ec-cce391837a50 from URL: /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml 2022-07-14T04:49:32.748Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:49:32.749Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml 2022-07-14T04:49:32.833Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:49:32.835Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml e45e6dff-cefc-41e0-93ec-cce391837a50 20368 2022-07-14T04:49:32.836Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-14T04:49:32.836Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml 2022-07-14T04:49:32.836Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:49:32.837Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:32.840Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:32.840Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774172836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:32.941Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:49:32.942Z||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-07-14T04:49:32.942Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:32.961Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:32.962Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:33.841Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f605e4a-0d29-4c64-807f-c351cd42b86d from URL: /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env 2022-07-14T04:49:33.843Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:49:33.843Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env 2022-07-14T04:49:33.922Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:49:33.923Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env 4f605e4a-0d29-4c64-807f-c351cd42b86d 2098 2022-07-14T04:49:33.923Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-14T04:49:33.923Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env 2022-07-14T04:49:33.923Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:49:33.924Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:33.928Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:33.929Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774173923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:49:34.027Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-14T04:49:34.029Z||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-07-14T04:49:34.029Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:34.055Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:34.055Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:34.930Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7437624c-9f5a-4117-a8ca-72e9c4c17212 2022-07-14T04:49:34.931Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 573d8abe-cd7a 0 7dcb6abd-59cb-4bd5-911e-4d1e5ae47521 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-07-14T04:49:34.978Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d421a3c, org.onap.sdc.toscaparser.api.parameters.Input@410c861a, org.onap.sdc.toscaparser.api.parameters.Input@67abceee, org.onap.sdc.toscaparser.api.parameters.Input@50267422, org.onap.sdc.toscaparser.api.parameters.Input@4da817e0] 2022-07-14T04:49:34.980Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.981Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:34.981Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-14T04:49:34.981Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2ecc577e-9754-4c49-bd42-f602fb0e9315 2022-07-14T04:49:34.982Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ecc577e-9754-4c49-bd42-f602fb0e9315 matches Tosca VF Customization UUID: 2ecc577e-9754-4c49-bd42-f602fb0e9315 2022-07-14T04:49:34.982Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2ecc577e-9754-4c49-bd42-f602fb0e9315 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-07-14T04:49:34.987Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.988Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:34.990Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2ecc577e-9754-4c49-bd42-f602fb0e9315: {\"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-07-14T04:49:34.991Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3230f233 2022-07-14T04:49:34.991Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.991Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:49:34.992Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee1d1afd-b960-4f38-a509-c1f8d2be5492 2022-07-14T04:49:34.992Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee1d1afd-b960-4f38-a509-c1f8d2be5492 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-07-14T04:49:34.996Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.997Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:34.997Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:34.997Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.997Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:34.997Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:49:34.998Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:34.999Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf849f6e-ff12-49cf-b59d-0b19005030ea 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-07-14T04:49:35.001Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.002Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:35.002Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:35.002Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.002Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:35.002Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:49:35.003Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-14T04:49:35.004Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:49:35.004Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:35.004Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:49:35.004Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.004Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e334ee12-458c-4ce0-93d9-358faa353276 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-07-14T04:49:35.006Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.006Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:35.006Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:35.009Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.010Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is not matching search criteria 2022-07-14T04:49:35.010Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:49:35.010Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:49:35.010Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:49:35.010Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:49:35.011Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:49:35.012Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:49:35.012Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-14T04:49:35.012Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be1196a1-eae0-46ec-be87-035a5897abf8 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-07-14T04:49:35.014Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.014Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:35.014Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:49:35.014Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.014Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Node template vFW 573d8abe-cd7a 0 is matching search criteria 2022-07-14T04:49:35.015Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 573d8abe-cd7a 0] matching following query criteria: sdcType=VF, customizationUUID=2ecc577e-9754-4c49-bd42-f602fb0e9315 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-07-14T04:49:35.016Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.016Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.016Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7437624c-9f5a-4117-a8ca-72e9c4c17212: vFW 573d8abe-cd7a 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.017Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.018Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.018Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.018Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:49:35.018Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-45-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:49:35.018Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-14 04-45-52 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-07-14T04:49:35.151Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 573d8abe-cd7a 7dcb6abd-59cb-4bd5-911e-4d1e5ae47521 1 ASDC deployResourceStructure 2022-07-14T04:49:35.152Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json ASDC sendASDCNotification 2022-07-14T04:49:35.152Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json 2022-07-14T04:49:35.152Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:49:35.152Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:35.154Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:35.154Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774175151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:49:35.255Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:49:35.256Z||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-07-14T04:49:35.256Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:35.275Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:35.276Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:36.155Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-14T04:49:36.156Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml 2022-07-14T04:49:36.156Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:49:36.156Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:36.159Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:36.159Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774176155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:49:36.259Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:36.260Z||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-07-14T04:49:36.260Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:36.279Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:36.280Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:37.161Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-14T04:49:37.161Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env 2022-07-14T04:49:37.161Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:49:37.162Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:37.164Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:37.164Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774177160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-14T04:49:37.264Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:49:37.266Z||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-07-14T04:49:37.266Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:37.287Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:37.288Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:49:38.166Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar ASDC sendASDCNotification 2022-07-14T04:49:38.166Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar 2022-07-14T04:49:38.166Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:49:38.167Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:49:38.169Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:49:38.170Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774178166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:49:38.270Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:49:38.271Z||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-07-14T04:49:38.271Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:49:38.287Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:49:38.288Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:49:39.171Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e122e4c6-4922-4e4d-af6d-906e52fa8577 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:49:39.183Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e122e4c6-4922-4e4d-af6d-906e52fa8577 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:49:39.187Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:49:39.187Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:49:39.188Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-07-14T04:49:39.191Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T04:50:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:50:05.455Z||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-07-14T04:50:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:50:06.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:06.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "01a702e8-98de-4964-bbf8-693f2e4e2a23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774155161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:50:06.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:06.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774156187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774167948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774171734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774172836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:06.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774173923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774175151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/vfw573d8abecd7a0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774176155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774177160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/resourceInstances/vfw573d8abecd7a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-14T04:50:06.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:06.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:50:06.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774178166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044552/1.0/artifacts/service-Vfw20220714044552-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:50:06.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:50:09.192Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e122e4c6-4922-4e4d-af6d-906e52fa8577 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-07-14T04:50:09.199Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e122e4c6-4922-4e4d-af6d-906e52fa8577 and serviceModelVersionId: 7437624c-9f5a-4117-a8ca-72e9c4c17212 2022-07-14T04:50:09.199Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71463457-27cd-42d5-b370-9b2c37aedf11 2022-07-14T04:50:09.200Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?depth=0 2022-07-14T04:50:09.206Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T04:50:09.269Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?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-07-14T04:50:09.270Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?depth=0|INFO|500||Invoke 2022-07-14T04:50:09.307Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T04:50:09.654Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?depth=0|INFO|500||InvokeReturn 2022-07-14T04:50:09.659Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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/71463457-27cd-42d5-b370-9b2c37aedf11/model-vers/model-ver/7437624c-9f5a-4117-a8ca-72e9c4c17212?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-04:50:08:577-46048], vertex-id=[196688], Content-Length=[0], Date=[Thu, 14 Jul 2022 04:50:08 GMT], Content-Type=[application/json]} 2022-07-14T04:50:09.665Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-07-14T04:50:09.665Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T04:50:09.665Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-07-14T04:50:09.669Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-07-14T04:50:09.669Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e122e4c6-4922-4e4d-af6d-906e52fa8577 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T04:50:09.669Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T04:50:09.670Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:09.673Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:09.674Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774209669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:50:09.773Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:50:09.774Z||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-07-14T04:50:09.775Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:09.796Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:09.797Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T04:50:10.687Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:50:10.688Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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-07-14T04:50:10.688Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:50:16.180Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:16.181Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-14T04:50:16.181Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b24d76f-f354-4f75-9c0c-9b347c0c631b","serviceName":"vFW 2022-07-14 04-48-54","serviceVersion":"1.0","serviceUUID":"15553c4d-a138-45c6-a89e-a8cb8db81dd8","serviceDescription":"catalog service description","serviceInvariantUUID":"e0c4a110-8303-4694-be0c-2f67ce0f4fe4","resources":[{"resourceInstanceName":"vFW b7e2e543-2b3b 0","resourceName":"vFW b7e2e543-2b3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"365392ba-55fa-49ed-b24c-2371a335f7bb","resourceInvariantUUID":"e5dac37c-cabc-4d2a-94ca-17ce10e710cb","resourceCustomizationUUID":"ffbc2b9d-5ff9-41db-adff-fa5d9664b812","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml","artifactChecksum":"MzcwM2FmM2Y3MzY1N2I5MWRhYWFlODE4MmU3NGQwNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0cd7743-e95e-4f41-b788-219387dc3b70","artifactVersion":"1"},{"artifactName":"vfwb7e2e5432b3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json","artifactChecksum":"YThhOGRjYjc1OGFhYjU1NDFkODcxMjdmMzUxYTQ2ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a145a093-49b8-4cd7-ba35-756c3a06859f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51ddf768-f655-4491-8d04-14803162a619","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdmMWM1NjA3MTI2NDk1MDc4Y2IwYmYwYTFmYTIxMWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84e9d3ec-e7fb-4736-92fc-e3883f8c2bff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"101f20d8-1919-4df9-baf8-5cb7b56aaeb2","artifactVersion":"2","generatedFromUUID":"51ddf768-f655-4491-8d04-14803162a619"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220714044854-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml","artifactChecksum":"MDRjNmJmMjg3NTQwZWQyZjEzZGVmMjQ0MTMxNDJlZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df0b2326-844b-40a3-889e-c24de3262d4e","artifactVersion":"1"},{"artifactName":"service-Vfw20220714044854-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar","artifactChecksum":"YjZjMWY5NzBmNTBlYjdmYWM0MjZhMjJiYmNhOTRmN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9aed088e-ee84-43ec-9532-74c73f9df3ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T04:50:16.186Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:16.187Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:16.190Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:16.190Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:16.290Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:16.291Z||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-07-14T04:50:16.291Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:16.351Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:16.352Z||pool-35-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:17.191Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:17.192Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:17.195Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:17.195Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:50:17.296Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:50:17.297Z||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-07-14T04:50:17.297Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:17.313Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:17.314Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:18.196Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:18.197Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:18.199Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:18.199Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:50:18.299Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:18.300Z||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-07-14T04:50:18.300Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:18.338Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:18.340Z||pool-37-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:19.200Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:19.201Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:19.204Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:19.204Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:19.304Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:19.306Z||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-07-14T04:50:19.306Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:19.330Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:19.331Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:20.204Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:20.206Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:20.208Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:20.208Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:50:20.308Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:20.310Z||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-07-14T04:50:20.310Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:20.341Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:20.342Z||pool-39-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:21.209Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:21.210Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:21.212Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:21.212Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:50:21.312Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:21.315Z||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-07-14T04:50:21.316Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:21.386Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:21.394Z||pool-40-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:22.212Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:50:22.213Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:22.216Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:22.216Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:50:22.316Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:22.318Z||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-07-14T04:50:22.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:22.336Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:22.337Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:23.218Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "serviceName": "vFW 2022-07-14 04-48-54", "serviceVersion": "1.0", "serviceUUID": "15553c4d-a138-45c6-a89e-a8cb8db81dd8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e0c4a110-8303-4694-be0c-2f67ce0f4fe4", "resources": [ { "resourceInstanceName": "vFW b7e2e543-2b3b 0", "resourceCustomizationUUID": "ffbc2b9d-5ff9-41db-adff-fa5d9664b812", "resourceName": "vFW b7e2e543-2b3b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "365392ba-55fa-49ed-b24c-2371a335f7bb", "resourceInvariantUUID": "e5dac37c-cabc-4d2a-94ca-17ce10e710cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb7e2e5432b3b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "artifactChecksum": "YThhOGRjYjc1OGFhYjU1NDFkODcxMjdmMzUxYTQ2ODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a145a093-49b8-4cd7-ba35-756c3a06859f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "51ddf768-f655-4491-8d04-14803162a619", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "101f20d8-1919-4df9-baf8-5cb7b56aaeb2", "generatedFromUUID": "51ddf768-f655-4491-8d04-14803162a619" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "101f20d8-1919-4df9-baf8-5cb7b56aaeb2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220714044854-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "artifactChecksum": "YjZjMWY5NzBmNTBlYjdmYWM0MjZhMjJiYmNhOTRmN2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9aed088e-ee84-43ec-9532-74c73f9df3ed" } ], "workloadContext": "Production" } 2022-07-14T04:50:23.218Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T04:50:23.219Z|e122e4c6-4922-4e4d-af6d-906e52fa8577|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 15553c4d-a138-45c6-a89e-a8cb8db81dd8 ASDC 2022-07-14T04:50:23.219Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3b24d76f-f354-4f75-9c0c-9b347c0c631b ServiceName:vFW 2022-07-14 04-48-54 ServiceVersion:1.0 ServiceUUID:15553c4d-a138-45c6-a89e-a8cb8db81dd8 ServiceInvariantUUID:e0c4a110-8303-4694-be0c-2f67ce0f4fe4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220714044854-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar ArtifactUUID:9aed088e-ee84-43ec-9532-74c73f9df3ed ArtifactChecksum:YjZjMWY5NzBmNTBlYjdmYWM0MjZhMjJiYmNhOTRmN2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b7e2e543-2b3b 0 ResourceCustomizationUUID:ffbc2b9d-5ff9-41db-adff-fa5d9664b812 ResourceInvariantUUID:e5dac37c-cabc-4d2a-94ca-17ce10e710cb ResourceName:vFW b7e2e543-2b3b ResourceType:VF ResourceUUID:365392ba-55fa-49ed-b24c-2371a335f7bb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb7e2e5432b3b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json ArtifactUUID:a145a093-49b8-4cd7-ba35-756c3a06859f ArtifactChecksum:YThhOGRjYjc1OGFhYjU1NDFkODcxMjdmMzUxYTQ2ODg= 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/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml ArtifactUUID:51ddf768-f655-4491-8d04-14803162a619 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/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env ArtifactUUID:101f20d8-1919-4df9-baf8-5cb7b56aaeb2 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/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env ArtifactUUID:101f20d8-1919-4df9-baf8-5cb7b56aaeb2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T04:50:23.219Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15553c4d-a138-45c6-a89e-a8cb8db81dd8 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-07-14T04:50:23.254Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:50:23.255Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:50:23.255Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:50:23.256Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9aed088e-ee84-43ec-9532-74c73f9df3ed from URL: /sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:23.256Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:50:23.256Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:23.524Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:50:23.530Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar 9aed088e-ee84-43ec-9532-74c73f9df3ed 99063 2022-07-14T04:50:23.530Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar ASDC sendASDCNotification 2022-07-14T04:50:23.531Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:23.531Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:50:23.531Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:23.533Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:23.533Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774223530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:23.642Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-07-14T04:50:23.644Z||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-07-14T04:50:23.644Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:23.709Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:23.710Z||pool-42-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:24.534Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:50:24.535Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-14T04:50:24.536Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9aed088e-ee84-43ec-9532-74c73f9df3ed, URL: /sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar to file: /app/ASDC/1/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:24.536Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220714044854-csar.csar 2022-07-14T04:50:24.537Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:24.537Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:24.786Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15810143935113314515/Definitions/service-Vfw20220714044854-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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-07-14T04:50:27.168Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T04:50:27.169Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:50:27.169Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.169Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-14T04:50:27.169Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.170Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b7e2e543-2b3b 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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.171Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-Vfw20220714044854-csar.csar 2022-07-14T04:50:27.172Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-14T04:50:27.172Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.172Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.172Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:27.173Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:50:27.173Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:50:27.173Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.173Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.174Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:27.174Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-14T04:50:27.174Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:50:27.174Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.175Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.175Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.175Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:27.175Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:27.175Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:27.176Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:50:27.176Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.176Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.176Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:50:27.176Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.177Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:50:27.177Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:50:27.177Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.177Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.177Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:50:27.178Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.178Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:50:27.178Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.178Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T04:50:27.179Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.179Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:50:27.179Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.180Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:27.180Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:27.180Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.180Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:27.180Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:27.181Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.181Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:27.181Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:27.181Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.182Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:27.182Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:27.182Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:27.182Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-14T04:50:27.183Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:50:27.183Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:50:27.183Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.183Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.183Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:50:27.184Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.184Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:50:27.184Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.184Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99114890-e453-4db7-be3f-b718a61b1758 2022-07-14T04:50:27.185Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.185Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:27.185Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:27.186Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:27.186Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:50:27.186Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.186Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.186Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:50:27.187Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.187Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-14T04:50:27.187Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:50:27.188Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.188Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:50:27.188Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.188Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=350bafb8-0e8c-4594-af51-d9b2aba9f299 2022-07-14T04:50:27.189Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.189Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:27.189Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:27.189Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:27.190Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:50:27.190Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.190Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.190Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:50:27.191Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.191Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:50:27.191Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:50:27.191Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:27.192Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:27.192Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-14T04:50:27.192Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f65083cd-d08b-420e-95a6-917f73c71632 2022-07-14T04:50:27.192Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.193Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.193Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.193Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.193Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.194Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.194Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:27.194Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:27.194Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-14 04-48-54 Description:catalog service description Model UUID:15553c4d-a138-45c6-a89e-a8cb8db81dd8 Model Version:NULL Model InvariantUuid:e0c4a110-8303-4694-be0c-2f67ce0f4fe4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b7e2e543-2b3b Model UUID:f732d147-34a5-45c2-8af0-9e25d776d884 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e5dac37c-cabc-4d2a-94ca-17ce10e710cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ffbc2b9d-5ff9-41db-adff-fa5d9664b812 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72e39888-833d-42a5-be59-b826ff0fc5bf ModelName:VfwB7e2e5432b3b..base_vfw..module-0 ModelUuid:a1a01d41-bafb-445c-9878-ab44b3d244d6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:99114890-e453-4db7-be3f-b718a61b1758 ModelInvariantUuid:b0b75184-88d6-47cb-89e7-34de2c88f7c2 ModelName:vFW b7e2e543-2b3b-nodes.vfwCvfc ModelUuid:749298ea-8ebb-4130-865c-780597834c6f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e89f0d2a-a854-4e45-96a6-fdad2bdce0ca ModelInvariantUuid:8f900b37-3eeb-449b-9cbd-811b36b71de9 ModelName:VfwB7e2e5432b3b.compute.nodes.heat.vfw ModelUuid:a8192087-8772-4898-838b-5f86628eecdb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:350bafb8-0e8c-4594-af51-d9b2aba9f299 ModelInvariantUuid:87a36792-9734-49a1-bc5c-7197925986a7 ModelName:vFW b7e2e543-2b3b-nodes.vsnCvfc ModelUuid:1dd2fed7-e3f6-43ab-b5c3-38b50d678f20 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:09604653-da03-4342-a684-359324346fef ModelInvariantUuid:5daef827-9865-4d19-955a-2aa8a72645b3 ModelName:VfwB7e2e5432b3b.compute.nodes.heat.vsn ModelUuid:afe08d99-4c06-44ec-ba73-12400924c445 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f65083cd-d08b-420e-95a6-917f73c71632 ModelInvariantUuid:7f70d8b7-c683-4b70-bb07-91e3038c02d4 ModelName:vFW b7e2e543-2b3b-nodes.vpgCvfc ModelUuid:b8654f0f-9725-46fc-bb64-ad6a9e2f0ddb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:336b4db0-33b6-4e88-adf0-3f14723fb928 ModelInvariantUuid:0bbdc300-ad91-4593-808a-cf449357cb32 ModelName:VfwB7e2e5432b3b.compute.nodes.heat.vpg ModelUuid:7d98f8ff-face-4961-b408-2a8520a6d0ce 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-07-14T04:50:27.202Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 365392ba-55fa-49ed-b24c-2371a335f7bb 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-07-14T04:50:27.205Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||vFW b7e2e543-2b3b 0 2022-07-14T04:50:27.205Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 365392ba-55fa-49ed-b24c-2371a335f7bb 2022-07-14T04:50:27.205Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a145a093-49b8-4cd7-ba35-756c3a06859f from URL: /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json 2022-07-14T04:50:27.206Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:50:27.206Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json 2022-07-14T04:50:27.282Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:50:27.283Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json a145a093-49b8-4cd7-ba35-756c3a06859f 785 2022-07-14T04:50:27.284Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json ASDC sendASDCNotification 2022-07-14T04:50:27.284Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json 2022-07-14T04:50:27.284Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:50:27.284Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:27.286Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:27.286Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774227284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:27.387Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:27.388Z||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-07-14T04:50:27.388Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:27.406Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:27.406Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:50:28.287Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB7e2e5432b3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "72e39888-833d-42a5-be59-b826ff0fc5bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1a01d41-bafb-445c-9878-ab44b3d244d6", "vfModuleModelCustomizationUUID": "2439c8d9-eca0-4958-a199-4c49b840bf2c", "isBase": true, "artifacts": [ "51ddf768-f655-4491-8d04-14803162a619", "101f20d8-1919-4df9-baf8-5cb7b56aaeb2" ], "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-07-14T04:50:28.295Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB7e2e5432b3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1a01d41-bafb-445c-9878-ab44b3d244d6 VfModuleModelInvariantUUID:72e39888-833d-42a5-be59-b826ff0fc5bf VfModuleModelDescription:NULL Artifacts UUID List:{ 51ddf768-f655-4491-8d04-14803162a619 , 101f20d8-1919-4df9-baf8-5cb7b56aaeb2 } 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-07-14T04:50:28.298Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB7e2e5432b3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "72e39888-833d-42a5-be59-b826ff0fc5bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1a01d41-bafb-445c-9878-ab44b3d244d6", "vfModuleModelCustomizationUUID": "2439c8d9-eca0-4958-a199-4c49b840bf2c", "isBase": true, "artifacts": [ "51ddf768-f655-4491-8d04-14803162a619", "101f20d8-1919-4df9-baf8-5cb7b56aaeb2" ], "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-07-14T04:50:28.298Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB7e2e5432b3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1a01d41-bafb-445c-9878-ab44b3d244d6 VfModuleModelInvariantUUID:72e39888-833d-42a5-be59-b826ff0fc5bf VfModuleModelDescription:NULL Artifacts UUID List:{ 51ddf768-f655-4491-8d04-14803162a619 , 101f20d8-1919-4df9-baf8-5cb7b56aaeb2 } 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-07-14T04:50:28.298Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 51ddf768-f655-4491-8d04-14803162a619 from URL: /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml 2022-07-14T04:50:28.299Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:50:28.299Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml 2022-07-14T04:50:28.426Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:50:28.426Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml 51ddf768-f655-4491-8d04-14803162a619 20368 2022-07-14T04:50:28.427Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-14T04:50:28.427Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml 2022-07-14T04:50:28.427Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:50:28.427Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:28.429Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:28.430Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774228427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:28.540Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-07-14T04:50:28.541Z||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-07-14T04:50:28.541Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:28.603Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:28.604Z||pool-44-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":7,"count":1} 2022-07-14T04:50:29.433Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 101f20d8-1919-4df9-baf8-5cb7b56aaeb2 from URL: /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env 2022-07-14T04:50:29.436Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-14T04:50:29.436Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env 2022-07-14T04:50:29.613Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-14T04:50:29.614Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env 101f20d8-1919-4df9-baf8-5cb7b56aaeb2 2098 2022-07-14T04:50:29.615Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-14T04:50:29.615Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env 2022-07-14T04:50:29.615Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:50:29.616Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:29.618Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:29.619Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774229615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:50:29.719Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-14T04:50:29.721Z||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-07-14T04:50:29.721Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:29.745Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:29.746Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:50:30.621Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 15553c4d-a138-45c6-a89e-a8cb8db81dd8 2022-07-14T04:50:30.622Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b7e2e543-2b3b 0 365392ba-55fa-49ed-b24c-2371a335f7bb 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-07-14T04:50:30.664Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@460ef6f2, org.onap.sdc.toscaparser.api.parameters.Input@53a9c5ae, org.onap.sdc.toscaparser.api.parameters.Input@55fd0ec0, org.onap.sdc.toscaparser.api.parameters.Input@d46a306, org.onap.sdc.toscaparser.api.parameters.Input@3c4e7d3a] 2022-07-14T04:50:30.669Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.670Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.670Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-14T04:50:30.671Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ffbc2b9d-5ff9-41db-adff-fa5d9664b812 2022-07-14T04:50:30.671Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffbc2b9d-5ff9-41db-adff-fa5d9664b812 matches Tosca VF Customization UUID: ffbc2b9d-5ff9-41db-adff-fa5d9664b812 2022-07-14T04:50:30.671Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ffbc2b9d-5ff9-41db-adff-fa5d9664b812 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-07-14T04:50:30.676Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.676Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.678Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ffbc2b9d-5ff9-41db-adff-fa5d9664b812: {\"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-07-14T04:50:30.678Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24070455 2022-07-14T04:50:30.679Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.679Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T04:50:30.679Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2439c8d9-eca0-4958-a199-4c49b840bf2c 2022-07-14T04:50:30.679Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2439c8d9-eca0-4958-a199-4c49b840bf2c 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-07-14T04:50:30.684Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.684Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.685Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:30.686Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.686Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.686Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:30.687Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.687Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:30.687Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:30.687Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:30.688Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-14T04:50:30.688Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:50:30.688Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:50:30.689Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.689Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.689Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:50:30.690Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.690Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:50:30.691Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.691Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99114890-e453-4db7-be3f-b718a61b1758 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-07-14T04:50:30.695Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.697Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.698Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:30.698Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.698Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:30.699Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:30.699Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:30.699Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:50:30.700Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.700Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.700Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:50:30.700Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.701Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-14T04:50:30.701Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-14T04:50:30.701Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.702Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-14T04:50:30.702Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.702Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=350bafb8-0e8c-4594-af51-d9b2aba9f299 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-07-14T04:50:30.705Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.705Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.706Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:30.706Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.707Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is not matching search criteria 2022-07-14T04:50:30.707Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-14T04:50:30.707Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-14T04:50:30.707Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-14T04:50:30.708Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.708Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.708Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-14T04:50:30.708Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.709Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-14T04:50:30.709Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-14T04:50:30.709Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-14T04:50:30.709Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-14T04:50:30.710Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-14T04:50:30.710Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f65083cd-d08b-420e-95a6-917f73c71632 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-07-14T04:50:30.718Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.720Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.720Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T04:50:30.720Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.720Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Node template vFW b7e2e543-2b3b 0 is matching search criteria 2022-07-14T04:50:30.721Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b7e2e543-2b3b 0] matching following query criteria: sdcType=VF, customizationUUID=ffbc2b9d-5ff9-41db-adff-fa5d9664b812 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-07-14T04:50:30.722Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 15553c4d-a138-45c6-a89e-a8cb8db81dd8: vFW b7e2e543-2b3b 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.723Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-14 04-48-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:50:30.724Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-14 04-48-54 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-07-14T04:50:30.944Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b7e2e543-2b3b 365392ba-55fa-49ed-b24c-2371a335f7bb 1 ASDC deployResourceStructure 2022-07-14T04:50:30.944Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json ASDC sendASDCNotification 2022-07-14T04:50:30.944Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json 2022-07-14T04:50:30.944Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:50:30.945Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:30.947Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:30.947Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774230944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:50:31.051Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-14T04:50:31.053Z||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-07-14T04:50:31.053Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:31.081Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:31.082Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:50:31.949Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-14T04:50:31.949Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml 2022-07-14T04:50:31.949Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:50:31.949Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:31.952Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:31.952Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774231949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:50:32.052Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:32.054Z||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-07-14T04:50:32.055Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:32.082Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:32.083Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:50:32.953Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-14T04:50:32.953Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env 2022-07-14T04:50:32.953Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:50:32.954Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:32.957Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:32.957Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774232953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-14T04:50:33.057Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:50:33.058Z||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-07-14T04:50:33.058Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:33.080Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:33.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:50:33.958Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar ASDC sendASDCNotification 2022-07-14T04:50:33.959Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar 2022-07-14T04:50:33.959Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:50:33.959Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:50:33.964Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:50:33.964Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774233958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:50:34.064Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:50:34.066Z||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-07-14T04:50:34.066Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:50:34.083Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:50:34.084Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:50:34.965Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:50:34.976Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:50:34.977Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:50:34.977Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:50:34.977Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:51:04.978Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:51:04.991Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:51:04.993Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:51:04.993Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:51:04.994Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:51:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:51:05.453Z||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-07-14T04:51:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:51:06.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:51:06.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e122e4c6-4922-4e4d-af6d-906e52fa8577", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774209669, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:51:06.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:51:06.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774212549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774210687, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774211570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774206086, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774223567, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774222886, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774222901, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774223530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "cds", "timestamp": 1657774223912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-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-07-14T04:51:06.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.153Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:06.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774224740, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-14T04:51:06.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774225946, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774226976, "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-07-14T04:51:06.173Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.173Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:06.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774227284, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774227980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "ves-openapi-manager", "timestamp": 1657774220631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774228427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774221153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774229615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774229072, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774230944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774230080, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774231949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "policy-id", "timestamp": 1657774231084, "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-07-14T04:51:06.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.201Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:06.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774232953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774233958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vfwb7e2e5432b3b0_modules.json", "status": "NOTIFIED" } 2022-07-14T04:51:06.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774236043, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "aai-ml", "timestamp": 1657774237047, "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-07-14T04:51:06.219Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.219Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:06.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/resourceInstances/vfwb7e2e5432b3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774232003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:51:06.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774239887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774233650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:51:06.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-14T04:51:06.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774244907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774245912, "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-07-14T04:51:06.238Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.238Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:06.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774252996, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:51:06.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774254050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220714044854/1.0/artifacts/service-Vfw20220714044854-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:51:06.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:51:06.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:51:06.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "clamp", "timestamp": 1657774255058, "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-07-14T04:51:06.252Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b24d76f-f354-4f75-9c0c-9b347c0c631b 2022-07-14T04:51:06.252Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:51:34.995Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:51:35.005Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:51:35.007Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T04:51:35.008Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:51:35.011Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T04:52:05.011Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b 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-07-14T04:52:05.019Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b24d76f-f354-4f75-9c0c-9b347c0c631b and serviceModelVersionId: 15553c4d-a138-45c6-a89e-a8cb8db81dd8 2022-07-14T04:52:05.019Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0c4a110-8303-4694-be0c-2f67ce0f4fe4 2022-07-14T04:52:05.020Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0 2022-07-14T04:52:05.025Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T04:52:05.075Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0|INFO|500||Invoke 2022-07-14T04:52:05.075Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b24d76f-f354-4f75-9c0c-9b347c0c631b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dad73cf3-8a5d-4666-921e-78baf58fc5ba], X-ECOMP-RequestID=[3b24d76f-f354-4f75-9c0c-9b347c0c631b], X-TransactionId=[], X-ONAP-RequestID=[3b24d76f-f354-4f75-9c0c-9b347c0c631b], Content-Type=[application/merge-patch+json]} 2022-07-14T04:52:05.097Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T04:52:05.321Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?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/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-04:52:04:360-68845], vertex-id=[393232], Content-Length=[0], Date=[Thu, 14 Jul 2022 04:52:04 GMT], Content-Type=[application/json]} 2022-07-14T04:52:05.321Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-14T04:52:05.322Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0c4a110-8303-4694-be0c-2f67ce0f4fe4/model-vers/model-ver/15553c4d-a138-45c6-a89e-a8cb8db81dd8?depth=0|INFO|500||InvokeReturn 2022-07-14T04:52:05.322Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T04:52:05.323Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:05.326Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:05.327Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b24d76f-f354-4f75-9c0c-9b347c0c631b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T04:52:05.327Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T04:52:05.327Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:52:05.329Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:52:05.329Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774325327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:52:05.430Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:52:05.431Z||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-07-14T04:52:05.431Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:52:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:52:05.453Z||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-07-14T04:52:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:52:05.458Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:52:05.459Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:52:06.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:52:06.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-14T04:52:06.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3b24d76f-f354-4f75-9c0c-9b347c0c631b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774325327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T04:52:06.106Z||pool-2-thread-9|||||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-07-14T04:52:06.346Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:52:06.347Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:06.347Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:52:15.944Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:52:15.945Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:52:15.945Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:15.945Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:52:25.521Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:52:25.522Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:52:25.523Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:25.523Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:52:35.133Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:52:35.134Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:52:35.135Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:52:35.135Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:52:44.717Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:53:05.448Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:53:05.449Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:53:05.449Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:53:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:53:05.453Z||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-07-14T04:53:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:53:15.019Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:53:15.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:54:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:54:05.450Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:54:05.456Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T04:54:05.456Z||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-07-14T04:54:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:54:05.456Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T04:54:15.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:54:15.075Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:55:05.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:55:05.450Z||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-07-14T04:55:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:55:05.452Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:55:05.453Z||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-07-14T04:55:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:55:15.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:55:15.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:56:05.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:56:05.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:56:05.450Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:56:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:56:05.453Z||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-07-14T04:56:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:56:15.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:56:15.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:57:05.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:57:05.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:57:05.452Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:57:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:57:05.455Z||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-07-14T04:57:05.456Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:57:15.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:57:15.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:58:05.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:58:05.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:58:05.449Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:58:05.454Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:58:05.455Z||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-07-14T04:58:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:58:15.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:58:15.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:05.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:59:05.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T04:59:05.450Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T04:59:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T04:59:05.453Z||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-07-14T04:59:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T04:59:05.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:05.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "ves-openapi-manager", "timestamp": 1657774720632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "aai-ml", "timestamp": 1657774722549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "cds", "timestamp": 1657774721570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "policy-id", "timestamp": 1657774721153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "aai-ml", "timestamp": 1657774722549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "ves-openapi-manager", "timestamp": 1657774720632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "cds", "timestamp": 1657774721570, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "policy-id", "timestamp": 1657774721153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1657774726085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "aai-ml", "timestamp": 1657774727051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:59:05.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:59:05.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1657774726085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:05.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "cds", "timestamp": 1657774727094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "policy-id", "timestamp": 1657774726585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "cds", "timestamp": 1657774728108, "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-07-14T04:59:05.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d637c4c-0d7d-41a9-b388-b45022395bf8 2022-07-14T04:59:05.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T04:59:05.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "policy-id", "timestamp": 1657774727605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:59:05.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:59:05.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "policy-id", "timestamp": 1657774728610, "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-07-14T04:59:05.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d637c4c-0d7d-41a9-b388-b45022395bf8 2022-07-14T04:59:05.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T04:59:05.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "aai-ml", "timestamp": 1657774732615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:59:05.701Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T04:59:05.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "aai-ml", "timestamp": 1657774733629, "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-07-14T04:59:05.705Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d637c4c-0d7d-41a9-b388-b45022395bf8 2022-07-14T04:59:05.705Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T04:59:05.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774742003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:05.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:05.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T04:59:05.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774742003, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:05.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T04:59:06.134Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:06.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-14T04:59:06.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d637c4c-0d7d-41a9-b388-b45022395bf8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9482bbc0-839a-43bc-bc06-3eb56b638529","serviceDescription":"service","serviceInvariantUUID":"abed9af2-68c3-44aa-aa26-0fac299ab549","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"944fc905-569e-421f-b581-072649200b1d","resourceInvariantUUID":"8ea4f619-7dd2-47ff-ab0d-2fd6745435c9","resourceCustomizationUUID":"a35fd8ee-492f-4750-adec-72b4cb77bc30","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":"N2FiYWQyN2QxYjE1NzIyMWEzZDY1MzBjNDY1ZjQxM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5428f742-b913-4bff-8386-5ac634136617","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2I1NTQzNjAwZDQxMGI5NzBlYmM0ZGM5MTI0NmRiMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd74921a-878f-4727-a4b6-6254666457ae","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T04:59:06.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:59:06.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:59:06.141Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:59:06.141Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774745448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T04:59:06.241Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T04:59:06.243Z||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-07-14T04:59:06.243Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:59:06.270Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:06.272Z||pool-51-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:59:07.142Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T04:59:07.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:59:07.145Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:59:07.146Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774745448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T04:59:07.246Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:59:07.247Z||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-07-14T04:59:07.247Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:59:07.266Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:07.267Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:59:08.147Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9482bbc0-839a-43bc-bc06-3eb56b638529", "serviceDescription": "service", "serviceInvariantUUID": "abed9af2-68c3-44aa-aa26-0fac299ab549", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a35fd8ee-492f-4750-adec-72b4cb77bc30", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "944fc905-569e-421f-b581-072649200b1d", "resourceInvariantUUID": "8ea4f619-7dd2-47ff-ab0d-2fd6745435c9", "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": "N2I1NTQzNjAwZDQxMGI5NzBlYmM0ZGM5MTI0NmRiMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd74921a-878f-4727-a4b6-6254666457ae" } ], "workloadContext": "Production" } 2022-07-14T04:59:08.147Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T04:59:08.147Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9482bbc0-839a-43bc-bc06-3eb56b638529 ASDC 2022-07-14T04:59:08.148Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0d637c4c-0d7d-41a9-b388-b45022395bf8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9482bbc0-839a-43bc-bc06-3eb56b638529 ServiceInvariantUUID:abed9af2-68c3-44aa-aa26-0fac299ab549 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:cd74921a-878f-4727-a4b6-6254666457ae ArtifactChecksum:N2I1NTQzNjAwZDQxMGI5NzBlYmM0ZGM5MTI0NmRiMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a35fd8ee-492f-4750-adec-72b4cb77bc30 ResourceInvariantUUID:8ea4f619-7dd2-47ff-ab0d-2fd6745435c9 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:944fc905-569e-421f-b581-072649200b1d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-14T04:59:08.148Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9482bbc0-839a-43bc-bc06-3eb56b638529 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-07-14T04:59:08.192Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:59:08.193Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T04:59:08.193Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T04:59:08.193Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cd74921a-878f-4727-a4b6-6254666457ae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-14T04:59:08.193Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T04:59:08.194Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-14T04:59:08.283Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T04:59:08.286Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cd74921a-878f-4727-a4b6-6254666457ae 52510 2022-07-14T04:59:08.286Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-14T04:59:08.286Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-14T04:59:08.286Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T04:59:08.287Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:59:08.289Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:59:08.289Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774748286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T04:59:08.390Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T04:59:08.392Z||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-07-14T04:59:08.392Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:59:08.414Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:08.415Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-14T04:59:09.296Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T04:59:09.297Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T04:59:09.298Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cd74921a-878f-4727-a4b6-6254666457ae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-14T04:59:09.298Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-14T04:59:09.299Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-14T04:59:09.299Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-14T04:59:09.475Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13519760706233150320/Definitions/service-BasicNetwork-template.yml 2022-07-14T04:59:10.152Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.153Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-14T04:59:10.154Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.155Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.156Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.157Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.157Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9482bbc0-839a-43bc-bc06-3eb56b638529 Model Version:NULL Model InvariantUuid:abed9af2-68c3-44aa-aa26-0fac299ab549 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8ea4f619-7dd2-47ff-ab0d-2fd6745435c9 Model UUID:7088f094-a37c-498e-93d0-479056a1be97 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a35fd8ee-492f-4750-adec-72b4cb77bc30 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-07-14T04:59:10.174Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 944fc905-569e-421f-b581-072649200b1d 2022-07-14T04:59:10.174Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||No resources found for Service: 9482bbc0-839a-43bc-bc06-3eb56b638529 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-07-14T04:59:10.182Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500|| 2022-07-14T04:59:10.182Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-14T04:59:10.183Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9482bbc0-839a-43bc-bc06-3eb56b638529 2022-07-14T04:59:10.183Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9482bbc0-839a-43bc-bc06-3eb56b638529 2022-07-14T04:59:10.183Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-14T04:59:10.184Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.194Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56545dd0, org.onap.sdc.toscaparser.api.parameters.Input@370de533, org.onap.sdc.toscaparser.api.parameters.Input@54887228, org.onap.sdc.toscaparser.api.parameters.Input@58bc5a17, org.onap.sdc.toscaparser.api.parameters.Input@2cf2260d] 2022-07-14T04:59:10.198Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.198Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.198Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.199Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.199Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9482bbc0-839a-43bc-bc06-3eb56b638529: Generic NeutronNet 2022-07-14T04:59:10.199Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.199Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.199Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.200Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.251Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.252Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.253Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.253Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.253Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T04:59:10.254Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T04:59:10.254Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||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-07-14T04:59:10.312Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-14T04:59:10.313Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-14T04:59:10.313Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-14T04:59:10.313Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T04:59:10.314Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T04:59:10.321Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T04:59:10.321Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774750313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T04:59:10.422Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T04:59:10.423Z||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-07-14T04:59:10.424Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T04:59:10.466Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T04:59:10.467Z||pool-54-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-07-14T04:59:11.324Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:59:11.342Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:59:11.345Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:59:11.346Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T04:59:11.346Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:59:11.346Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T04:59:41.346Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T04:59:41.357Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T04:59:41.363Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T04:59:41.364Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T04:59:41.364Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T04:59:41.364Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:00:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:00:05.454Z||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-07-14T05:00:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:00:05.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:00:05.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:00:05.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "clamp", "timestamp": 1657774743650, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:00:05.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:00:11.365Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:00:11.387Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:00:11.390Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:00:11.390Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:00:11.390Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:00:11.390Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:00:41.390Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:00:41.403Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:00:41.407Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:00:41.407Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:00:41.408Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:00:41.408Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:01:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:01:05.454Z||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-07-14T05:01:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:01:05.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:05.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774744930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774745448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "clamp", "timestamp": 1657774743650, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774745448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774748286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774747176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774748198, "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-07-14T05:01:05.609Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d637c4c-0d7d-41a9-b388-b45022395bf8 2022-07-14T05:01:05.610Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T05:01:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774750313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "clamp", "timestamp": 1657774758114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "clamp", "timestamp": 1657774761117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "clamp", "timestamp": 1657774762135, "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-07-14T05:01:05.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d637c4c-0d7d-41a9-b388-b45022395bf8 2022-07-14T05:01:05.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T05:01:05.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774773650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774772003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774787630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774780631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774781570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774781154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774789702, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774782549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774790444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774790000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774790022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774791124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "cds", "timestamp": 1657774791450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-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-07-14T05:01:05.669Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.669Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:05.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774791007, "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-07-14T05:01:05.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:05.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774791539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774791027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:05.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "ves-openapi-manager", "timestamp": 1657774792132, "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-07-14T05:01:05.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:05.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "policy-id", "timestamp": 1657774792031, "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-07-14T05:01:05.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.702Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:05.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "multicloud-k8s-id", "timestamp": 1657774786090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:05.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:01:05.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774797743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "aai-ml", "timestamp": 1657774798747, "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-07-14T05:01:05.712Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.712Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:05.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774799129, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:05.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774801155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:05.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:01:05.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:01:05.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "clamp", "timestamp": 1657774802161, "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-07-14T05:01:05.724Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 2022-07-14T05:01:05.724Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:01:11.410Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:01:11.434Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:01:11.436Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:01:11.436Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:01:11.436Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:01:11.436Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:11.437Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-14T05:01:11.440Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:01:41.441Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 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-07-14T05:01:41.446Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d637c4c-0d7d-41a9-b388-b45022395bf8 and serviceModelVersionId: 9482bbc0-839a-43bc-bc06-3eb56b638529 2022-07-14T05:01:41.447Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abed9af2-68c3-44aa-aa26-0fac299ab549 2022-07-14T05:01:41.448Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0 2022-07-14T05:01:41.455Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:01:41.527Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0|INFO|500||Invoke 2022-07-14T05:01:41.528Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d637c4c-0d7d-41a9-b388-b45022395bf8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47049fbf-4d6b-481a-ad00-036fc17bcbce], X-ECOMP-RequestID=[0d637c4c-0d7d-41a9-b388-b45022395bf8], X-TransactionId=[], X-ONAP-RequestID=[0d637c4c-0d7d-41a9-b388-b45022395bf8], Content-Type=[application/merge-patch+json]} 2022-07-14T05:01:41.558Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:01:41.727Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?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/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220714-05:01:40:810-91243], vertex-id=[221280], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:01:40 GMT], Content-Type=[application/json]} 2022-07-14T05:01:41.728Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:01:41.728Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abed9af2-68c3-44aa-aa26-0fac299ab549/model-vers/model-ver/9482bbc0-839a-43bc-bc06-3eb56b638529?depth=0|INFO|500||InvokeReturn 2022-07-14T05:01:41.729Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:01:41.729Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-14T05:01:41.734Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-14T05:01:41.735Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d637c4c-0d7d-41a9-b388-b45022395bf8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:01:41.735Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:01:41.736Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:41.739Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:41.739Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774901735, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:01:41.839Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:01:41.841Z||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-07-14T05:01:41.841Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:41.864Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:41.865Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T05:01:42.756Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:01:42.757Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:01:42.757Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:47.310Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:47.312Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-14T05:01:47.312Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ecddd37-e7fd-4e56-ac18-4937b3e2de2b","serviceName":"Demo_pNF_MgGxwlRC0PMkS2Bc2XN0","serviceVersion":"1.0","serviceUUID":"3a5cb833-8414-4819-a19d-20ec61e986b3","serviceDescription":"catalog service description","serviceInvariantUUID":"0251a50e-c78a-4ad0-9a85-36b82b9bbc0d","resources":[{"resourceInstanceName":"pNF c47d8c68-2c0a 0","resourceName":"pNF c47d8c68-2c0a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b80ed65-f8f9-49c4-9934-d0941e6965f1","resourceInvariantUUID":"d141967b-e6ff-44ab-bf80-3918f6043fac","resourceCustomizationUUID":"2f49914f-db03-47cf-b09b-0f3ac9f59205","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml","artifactChecksum":"MGVmZTZmNDE0MzI5NGQyNDgzMjBiZjZlMDU3MDdiMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06dfc48a-48c8-4a6d-88f8-8b19c7f36f0c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar","artifactChecksum":"Y2IxMThjZjA5ZDExOWZkYWZkYmU4YzI0OWVmYTZmNTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67915856-351b-452f-9db9-cf3cafa8c920","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2b49d2b-9de6-42ab-addd-14a92ae11496","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml","artifactChecksum":"NThmYWVmODljNjhhYzIyYWU2N2E0NDkzODlkYTJmNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe8ed2de-ad2d-4c3a-9470-cc1aa7a8f073","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c8141e0-cebe-47ab-813a-703eb50cbe8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0f12a15-0186-4ae0-829e-df69f011b5c0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml","artifactChecksum":"YjgwMWIxZDcyNzQ2ZjkyYWYxMTI4NzNmNTRlNDg0NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"922e812e-a9a6-489f-a1dc-1c2342733884","artifactVersion":"1"},{"artifactName":"service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar","artifactChecksum":"OTI0YTVhNWZhZmU2ZmVjNWU3ZjRhYWE3MGI2YmU3MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"952d7ba7-aa6e-45ef-baf7-e58e4c7560b9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T05:01:47.315Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:47.315Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:47.318Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:47.318Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:47.418Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:01:47.419Z||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-07-14T05:01:47.419Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:47.440Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:47.440Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:01:48.318Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:48.319Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:48.340Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:48.341Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:48.425Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-07-14T05:01:48.426Z||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-07-14T05:01:48.426Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:48.480Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:48.481Z||pool-57-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:01:49.341Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:49.342Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:49.344Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:49.344Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:49.445Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:01:49.446Z||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-07-14T05:01:49.446Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:49.478Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:49.479Z||pool-58-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:01:50.345Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:50.346Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:50.349Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:50.349Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:50.450Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:01:50.451Z||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-07-14T05:01:50.451Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:50.480Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:50.481Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:01:51.349Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:51.352Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:51.356Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:51.357Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:51.455Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-14T05:01:51.456Z||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-07-14T05:01:51.457Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:51.500Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:51.501Z||pool-60-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:01:52.358Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:52.359Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:52.363Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:52.363Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:52.463Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:01:52.465Z||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-07-14T05:01:52.465Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:52.506Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:52.508Z||pool-61-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:01:53.364Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:53.365Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:53.368Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:53.368Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:01:53.468Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:01:53.469Z||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-07-14T05:01:53.469Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:53.496Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:53.497Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:01:54.368Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:01:54.369Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:54.373Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:54.373Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:01:54.473Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:01:54.474Z||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-07-14T05:01:54.474Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:54.515Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:54.515Z||pool-63-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:01:55.374Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "serviceName": "Demo_pNF_MgGxwlRC0PMkS2Bc2XN0", "serviceVersion": "1.0", "serviceUUID": "3a5cb833-8414-4819-a19d-20ec61e986b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0251a50e-c78a-4ad0-9a85-36b82b9bbc0d", "resources": [ { "resourceInstanceName": "pNF c47d8c68-2c0a 0", "resourceCustomizationUUID": "2f49914f-db03-47cf-b09b-0f3ac9f59205", "resourceName": "pNF c47d8c68-2c0a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5b80ed65-f8f9-49c4-9934-d0941e6965f1", "resourceInvariantUUID": "d141967b-e6ff-44ab-bf80-3918f6043fac", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "artifactChecksum": "OTI0YTVhNWZhZmU2ZmVjNWU3ZjRhYWE3MGI2YmU3MzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "952d7ba7-aa6e-45ef-baf7-e58e4c7560b9" } ], "workloadContext": "Production" } 2022-07-14T05:01:55.375Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T05:01:55.375Z|0d637c4c-0d7d-41a9-b388-b45022395bf8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a5cb833-8414-4819-a19d-20ec61e986b3 ASDC 2022-07-14T05:01:55.376Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1ecddd37-e7fd-4e56-ac18-4937b3e2de2b ServiceName:Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 ServiceVersion:1.0 ServiceUUID:3a5cb833-8414-4819-a19d-20ec61e986b3 ServiceInvariantUUID:0251a50e-c78a-4ad0-9a85-36b82b9bbc0d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar ArtifactUUID:952d7ba7-aa6e-45ef-baf7-e58e4c7560b9 ArtifactChecksum:OTI0YTVhNWZhZmU2ZmVjNWU3ZjRhYWE3MGI2YmU3MzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c47d8c68-2c0a 0 ResourceCustomizationUUID:2f49914f-db03-47cf-b09b-0f3ac9f59205 ResourceInvariantUUID:d141967b-e6ff-44ab-bf80-3918f6043fac ResourceName:pNF c47d8c68-2c0a ResourceType:PNF ResourceUUID:5b80ed65-f8f9-49c4-9934-d0941e6965f1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-14T05:01:55.376Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a5cb833-8414-4819-a19d-20ec61e986b3 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-07-14T05:01:55.403Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:01:55.404Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:01:55.404Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:01:55.404Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 952d7ba7-aa6e-45ef-baf7-e58e4c7560b9 from URL: /sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:55.405Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:01:55.405Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:55.664Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:01:55.668Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 952d7ba7-aa6e-45ef-baf7-e58e4c7560b9 82651 2022-07-14T05:01:55.669Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar ASDC sendASDCNotification 2022-07-14T05:01:55.669Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:55.669Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:01:55.670Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:55.672Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:55.672Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774915669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:01:55.772Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:01:55.774Z||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-07-14T05:01:55.774Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:55.807Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:55.808Z||pool-64-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:01:56.673Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:01:56.675Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:01:56.675Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 952d7ba7-aa6e-45ef-baf7-e58e4c7560b9, URL: /sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar to file: /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:56.676Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:56.676Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:56.676Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:56.843Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP547296713798815975/Definitions/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml 2022-07-14T05:01:57.768Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T05:01:57.769Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:01:57.769Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.769Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-14T05:01:57.769Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c47d8c68-2c0a 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-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.770Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:01:57.771Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.771Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.771Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Node template pNF c47d8c68-2c0a 0 is matching search criteria 2022-07-14T05:01:57.771Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:01:57.772Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c47d8c68-2c0a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:01:57.772Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.772Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.772Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Node template pNF c47d8c68-2c0a 0 is matching search criteria 2022-07-14T05:01:57.773Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:01:57.773Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c47d8c68-2c0a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:01:57.773Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.773Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.773Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.774Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.774Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.774Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.774Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.774Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.775Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.775Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.775Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 Description:catalog service description Model UUID:3a5cb833-8414-4819-a19d-20ec61e986b3 Model Version:NULL Model InvariantUuid:0251a50e-c78a-4ad0-9a85-36b82b9bbc0d 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-07-14T05:01:57.788Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b80ed65-f8f9-49c4-9934-d0941e6965f1 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-07-14T05:01:57.791Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||pNF c47d8c68-2c0a 0 2022-07-14T05:01:57.791Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b80ed65-f8f9-49c4-9934-d0941e6965f1 2022-07-14T05:01:57.791Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3a5cb833-8414-4819-a19d-20ec61e986b3 2022-07-14T05:01:57.791Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3a5cb833-8414-4819-a19d-20ec61e986b3 2022-07-14T05:01:57.791Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c47d8c68-2c0a 0 5b80ed65-f8f9-49c4-9934-d0941e6965f1 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-07-14T05:01:57.795Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78652138, org.onap.sdc.toscaparser.api.parameters.Input@2f5e18c5, org.onap.sdc.toscaparser.api.parameters.Input@712a22a7, org.onap.sdc.toscaparser.api.parameters.Input@1716c7b5, org.onap.sdc.toscaparser.api.parameters.Input@462b588e] 2022-07-14T05:01:57.795Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.795Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.795Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3a5cb833-8414-4819-a19d-20ec61e986b3: pNF c47d8c68-2c0a 2022-07-14T05:01:57.796Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5b80ed65-f8f9-49c4-9934-d0941e6965f1 2022-07-14T05:01:57.796Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:01:57.796Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MgGxwlRC0PMkS2Bc2XN0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:01:57.796Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||Resource customization UUID: 2f49914f-db03-47cf-b09b-0f3ac9f59205 is the same as notified resource customizationUUID: 2f49914f-db03-47cf-b09b-0f3ac9f59205 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-07-14T05:01:57.831Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c47d8c68-2c0a 5b80ed65-f8f9-49c4-9934-d0941e6965f1 0 ASDC deployResourceStructure 2022-07-14T05:01:57.831Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar ASDC sendASDCNotification 2022-07-14T05:01:57.831Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar 2022-07-14T05:01:57.831Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:01:57.832Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:01:57.834Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:01:57.834Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774917831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:01:57.935Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:01:57.936Z||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-07-14T05:01:57.936Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:01:57.955Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:01:57.955Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:01:58.835Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:01:58.847Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:01:58.851Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:01:58.851Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:01:58.851Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:01:58.851Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:01:58.852Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.852Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.852Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.852Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.853Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.853Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.853Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:01:58.853Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-14T05:01:58.858Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:02:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:02:05.453Z||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-07-14T05:02:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:02:05.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:05.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774812549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774811570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774824732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774824803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "cds", "timestamp": 1657774825743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-14T05:02:05.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.535Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:02:05.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "ves-openapi-manager", "timestamp": 1657774820630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:02:05.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774821155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774829214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:02:05.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774830220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "policy-id", "timestamp": 1657774831242, "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-07-14T05:02:05.560Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.560Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774826085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774833963, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774833761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774835136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "aai-ml", "timestamp": 1657774834767, "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-07-14T05:02:05.577Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.577Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774836357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774837386, "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-07-14T05:02:05.604Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.604Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "multicloud-k8s-id", "timestamp": 1657774838393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774832003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774840108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774833650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774843926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774844958, "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-07-14T05:02:05.614Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.614Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774848138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-14T05:02:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774851145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "clamp", "timestamp": 1657774852149, "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-07-14T05:02:05.633Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da31bc62-1b8d-49ce-83fd-87977f5041ca 2022-07-14T05:02:05.633Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:02:05.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774841570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774846085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774841153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774842550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "ves-openapi-manager", "timestamp": 1657774840630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774857429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774857447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774858134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774856934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "cds", "timestamp": 1657774858453, "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-07-14T05:02:05.656Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:02:05.657Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:02:05.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774857953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774859258, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "policy-id", "timestamp": 1657774858957, "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-07-14T05:02:05.667Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:02:05.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:02:05.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774860353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774861440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:05.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774862504, "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-07-14T05:02:05.680Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:02:05.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:02:05.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "multicloud-k8s-id", "timestamp": 1657774863514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:05.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:02:28.858Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b 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-07-14T05:02:28.863Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b and serviceModelVersionId: 3a5cb833-8414-4819-a19d-20ec61e986b3 2022-07-14T05:02:28.863Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0251a50e-c78a-4ad0-9a85-36b82b9bbc0d 2022-07-14T05:02:28.864Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?depth=0 2022-07-14T05:02:28.870Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:02:28.947Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?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-07-14T05:02:28.949Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?depth=0|INFO|500||Invoke 2022-07-14T05:02:28.975Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:02:29.228Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?depth=0|INFO|500||InvokeReturn 2022-07-14T05:02:29.229Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0251a50e-c78a-4ad0-9a85-36b82b9bbc0d/model-vers/model-ver/3a5cb833-8414-4819-a19d-20ec61e986b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-05:02:28:227-78893], vertex-id=[180272], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:02:28 GMT], Content-Type=[application/json]} 2022-07-14T05:02:29.229Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:02:29.230Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:02:29.230Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-14T05:02:29.237Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-14T05:02:29.237Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ecddd37-e7fd-4e56-ac18-4937b3e2de2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:02:29.238Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:02:29.238Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:29.240Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:29.240Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774949237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:02:29.342Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:02:29.344Z||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-07-14T05:02:29.345Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:29.370Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:29.371Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T05:02:30.253Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-14T05:02:30.253Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"da31bc62-1b8d-49ce-83fd-87977f5041ca","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6cd670b-242d-44b7-9faf-56e7799ca5d2","serviceDescription":"service","serviceInvariantUUID":"1002256c-1573-4e3c-b15d-70a2df5edf31","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c751fbc-b5b8-4f46-9feb-f1472ffc844a","resourceInvariantUUID":"99cbec3c-e48d-44e3-87f0-470e54d41021","resourceCustomizationUUID":"4d7c2f7c-c992-4d43-b7d5-b38132e7e361","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":"YWIxZDZiYWQyYWNjNTViNDhhMjE2NzFmOTVlYjI2OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e7fb4a5-f1bf-43ca-bf67-9ddc415712bf","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":"NzYyOThkOWZhZTA0ODczODVhYjcwZmEyNTg5MDE1MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f25324f-0e93-4d40-a660-e2414ffd59b4","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":"ea66a9c2-d09f-4de8-8422-8b5fb7d28c80","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":"e3bbfd38-7b18-47f4-92ef-39cdc95be9df","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":"6d546815-0c07-4377-a594-ff15d3bcd341","artifactVersion":"2","generatedFromUUID":"ea66a9c2-d09f-4de8-8422-8b5fb7d28c80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTFjMGY5Y2E2OTllMWZlYzkyN2QzNGVlZDAwNWMxYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b79c755c-5bf4-4283-b747-48e802113c05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTM3ZmZlYWY1NDM3YjU3ZDg4ZjM3OTA5YjcyOWM2MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"994baf36-49a3-460d-b9d5-03ffba0ab245","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T05:02:30.254Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:30.254Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:30.257Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:30.257Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:30.357Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:30.358Z||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-07-14T05:02:30.358Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:30.382Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:30.383Z||pool-67-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:31.257Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:31.258Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:31.261Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:31.261Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:02:31.361Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:31.362Z||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-07-14T05:02:31.363Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:31.379Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:31.380Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:32.261Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:32.262Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:32.265Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:32.265Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:02:32.365Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:32.366Z||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-07-14T05:02:32.366Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:32.402Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:32.402Z||pool-69-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:33.270Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:33.271Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:33.273Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:33.273Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:33.373Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:33.374Z||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-07-14T05:02:33.375Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:33.413Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:33.413Z||pool-70-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:34.274Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:34.275Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:34.277Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:34.277Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:02:34.378Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:34.380Z||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-07-14T05:02:34.380Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:34.444Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:34.445Z||pool-71-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:35.278Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:35.280Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:35.282Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:35.282Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:02:35.382Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:35.383Z||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-07-14T05:02:35.384Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:35.404Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:35.405Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:02:36.283Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:02:36.284Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:36.286Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:36.286Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:02:36.386Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:36.387Z||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-07-14T05:02:36.388Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:36.412Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:36.412Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:37.287Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e6cd670b-242d-44b7-9faf-56e7799ca5d2", "serviceDescription": "service", "serviceInvariantUUID": "1002256c-1573-4e3c-b15d-70a2df5edf31", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "4d7c2f7c-c992-4d43-b7d5-b38132e7e361", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4c751fbc-b5b8-4f46-9feb-f1472ffc844a", "resourceInvariantUUID": "99cbec3c-e48d-44e3-87f0-470e54d41021", "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": "NzYyOThkOWZhZTA0ODczODVhYjcwZmEyNTg5MDE1MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f25324f-0e93-4d40-a660-e2414ffd59b4", "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": "ea66a9c2-d09f-4de8-8422-8b5fb7d28c80", "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": "6d546815-0c07-4377-a594-ff15d3bcd341", "generatedFromUUID": "ea66a9c2-d09f-4de8-8422-8b5fb7d28c80" }, "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": "6d546815-0c07-4377-a594-ff15d3bcd341", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTM3ZmZlYWY1NDM3YjU3ZDg4ZjM3OTA5YjcyOWM2MGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "994baf36-49a3-460d-b9d5-03ffba0ab245" } ], "workloadContext": "Production" } 2022-07-14T05:02:37.288Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T05:02:37.288Z|1ecddd37-e7fd-4e56-ac18-4937b3e2de2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6cd670b-242d-44b7-9faf-56e7799ca5d2 ASDC 2022-07-14T05:02:37.288Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:da31bc62-1b8d-49ce-83fd-87977f5041ca ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e6cd670b-242d-44b7-9faf-56e7799ca5d2 ServiceInvariantUUID:1002256c-1573-4e3c-b15d-70a2df5edf31 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:994baf36-49a3-460d-b9d5-03ffba0ab245 ArtifactChecksum:MTM3ZmZlYWY1NDM3YjU3ZDg4ZjM3OTA5YjcyOWM2MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:4d7c2f7c-c992-4d43-b7d5-b38132e7e361 ResourceInvariantUUID:99cbec3c-e48d-44e3-87f0-470e54d41021 ResourceName:basic_vm ResourceType:VF ResourceUUID:4c751fbc-b5b8-4f46-9feb-f1472ffc844a 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:1f25324f-0e93-4d40-a660-e2414ffd59b4 ArtifactChecksum:NzYyOThkOWZhZTA0ODczODVhYjcwZmEyNTg5MDE1MmI= 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:ea66a9c2-d09f-4de8-8422-8b5fb7d28c80 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:6d546815-0c07-4377-a594-ff15d3bcd341 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:6d546815-0c07-4377-a594-ff15d3bcd341 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T05:02:37.289Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6cd670b-242d-44b7-9faf-56e7799ca5d2 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-07-14T05:02:37.324Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:02:37.325Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:02:37.325Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:02:37.325Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 994baf36-49a3-460d-b9d5-03ffba0ab245 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-14T05:02:37.325Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:02:37.326Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-14T05:02:37.501Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:02:37.505Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 994baf36-49a3-460d-b9d5-03ffba0ab245 71079 2022-07-14T05:02:37.505Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-14T05:02:37.505Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-14T05:02:37.505Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:02:37.506Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:37.508Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:37.508Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774957505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:37.609Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:02:37.611Z||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-07-14T05:02:37.611Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:37.631Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:37.632Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:02:38.509Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:02:38.510Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:02:38.510Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 994baf36-49a3-460d-b9d5-03ffba0ab245, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:38.510Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-14T05:02:38.511Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:38.511Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:38.640Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2646506284876732128/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-07-14T05:02:39.797Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T05:02:39.797Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.798Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.799Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.799Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.799Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.799Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.799Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-14T05:02:39.800Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:02:39.800Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.800Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.800Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:39.800Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:02:39.801Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:02:39.801Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.801Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.801Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:39.802Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:02:39.802Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:02:39.802Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.803Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.803Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.803Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-14T05:02:39.803Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-14T05:02:39.804Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-14T05:02:39.804Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-14T05:02:39.804Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:02:39.804Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T05:02:39.805Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.805Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:02:39.805Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.805Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:39.806Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:39.806Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.806Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:39.806Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:39.807Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.807Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:39.807Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:39.807Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.808Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-14T05:02:39.808Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-14T05:02:39.808Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:02:39.808Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69e3d7bc-1669-4694-a993-050658650d61 2022-07-14T05:02:39.809Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.809Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.809Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.809Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.810Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.810Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.810Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:39.810Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:39.811Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e6cd670b-242d-44b7-9faf-56e7799ca5d2 Model Version:NULL Model InvariantUuid:1002256c-1573-4e3c-b15d-70a2df5edf31 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4b9ba3b7-29de-4e57-a348-e007ab041512 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:99cbec3c-e48d-44e3-87f0-470e54d41021 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d7c2f7c-c992-4d43-b7d5-b38132e7e361 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8ded8761-1059-4903-a535-6f20b8ba896c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2a318657-2716-43d1-b480-532a65aa1184 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:69e3d7bc-1669-4694-a993-050658650d61 ModelInvariantUuid:d554f94d-cfc8-4036-9ba6-e20c5427a97a ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:62060dd6-fe19-492d-9b46-d8ab44199a45 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3192153a-7fc2-4a61-993b-f282ed2dd3e9 ModelInvariantUuid:d078cfff-426e-4a6a-b018-0c857d0aee51 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f1e22835-ccf5-4c82-b54b-26126e51b764 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-07-14T05:02:39.817Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c751fbc-b5b8-4f46-9feb-f1472ffc844a 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-07-14T05:02:39.820Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-07-14T05:02:39.820Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c751fbc-b5b8-4f46-9feb-f1472ffc844a 2022-07-14T05:02:39.820Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f25324f-0e93-4d40-a660-e2414ffd59b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-14T05:02:39.820Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:02:39.821Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.900Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:02:39.900Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1f25324f-0e93-4d40-a660-e2414ffd59b4 787 2022-07-14T05:02:39.900Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.901Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:39.901Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:02:39.901Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:39.903Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:39.903Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774959900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:40.003Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:40.004Z||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-07-14T05:02:40.005Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:40.021Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:40.021Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:40.904Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8ded8761-1059-4903-a535-6f20b8ba896c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a318657-2716-43d1-b480-532a65aa1184", "vfModuleModelCustomizationUUID": "700a7b3d-431b-4a38-bd30-e8ae4afb4531", "isBase": true, "artifacts": [ "ea66a9c2-d09f-4de8-8422-8b5fb7d28c80", "6d546815-0c07-4377-a594-ff15d3bcd341" ], "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-07-14T05:02:40.910Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a318657-2716-43d1-b480-532a65aa1184 VfModuleModelInvariantUUID:8ded8761-1059-4903-a535-6f20b8ba896c VfModuleModelDescription:NULL Artifacts UUID List:{ ea66a9c2-d09f-4de8-8422-8b5fb7d28c80 , 6d546815-0c07-4377-a594-ff15d3bcd341 } 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-07-14T05:02:40.913Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8ded8761-1059-4903-a535-6f20b8ba896c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2a318657-2716-43d1-b480-532a65aa1184", "vfModuleModelCustomizationUUID": "700a7b3d-431b-4a38-bd30-e8ae4afb4531", "isBase": true, "artifacts": [ "ea66a9c2-d09f-4de8-8422-8b5fb7d28c80", "6d546815-0c07-4377-a594-ff15d3bcd341" ], "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-07-14T05:02:40.913Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2a318657-2716-43d1-b480-532a65aa1184 VfModuleModelInvariantUUID:8ded8761-1059-4903-a535-6f20b8ba896c VfModuleModelDescription:NULL Artifacts UUID List:{ ea66a9c2-d09f-4de8-8422-8b5fb7d28c80 , 6d546815-0c07-4377-a594-ff15d3bcd341 } 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-07-14T05:02:40.913Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea66a9c2-d09f-4de8-8422-8b5fb7d28c80 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-14T05:02:40.913Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:02:40.913Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:41.014Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:02:41.015Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ea66a9c2-d09f-4de8-8422-8b5fb7d28c80 5033 2022-07-14T05:02:41.016Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:41.016Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:41.016Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:02:41.016Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:41.019Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:41.019Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774961016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:41.119Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:41.120Z||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-07-14T05:02:41.120Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:41.145Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:41.145Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:42.020Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d546815-0c07-4377-a594-ff15d3bcd341 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-14T05:02:42.020Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:02:42.021Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:42.131Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:02:42.132Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6d546815-0c07-4377-a594-ff15d3bcd341 903 2022-07-14T05:02:42.132Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:42.132Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:42.132Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:02:42.133Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:42.135Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:42.135Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774962132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:02:42.235Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:02:42.237Z||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-07-14T05:02:42.238Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:42.390Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:42.391Z||pool-77-thread-1|||||INFO|500||cambria reply ok (154 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:43.136Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e6cd670b-242d-44b7-9faf-56e7799ca5d2 2022-07-14T05:02:43.137Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4c751fbc-b5b8-4f46-9feb-f1472ffc844a 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-07-14T05:02:43.149Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f52ca91, org.onap.sdc.toscaparser.api.parameters.Input@75bafa0d, org.onap.sdc.toscaparser.api.parameters.Input@53a5779b, org.onap.sdc.toscaparser.api.parameters.Input@c874899, org.onap.sdc.toscaparser.api.parameters.Input@35380dda] 2022-07-14T05:02:43.151Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.151Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.152Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-14T05:02:43.152Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 4d7c2f7c-c992-4d43-b7d5-b38132e7e361 2022-07-14T05:02:43.152Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d7c2f7c-c992-4d43-b7d5-b38132e7e361 matches Tosca VF Customization UUID: 4d7c2f7c-c992-4d43-b7d5-b38132e7e361 2022-07-14T05:02:43.152Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 4d7c2f7c-c992-4d43-b7d5-b38132e7e361 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-07-14T05:02:43.158Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.158Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.159Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 4d7c2f7c-c992-4d43-b7d5-b38132e7e361: {\"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-07-14T05:02:43.159Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59e409d3 2022-07-14T05:02:43.159Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.160Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:02:43.160Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 700a7b3d-431b-4a38-bd30-e8ae4afb4531 2022-07-14T05:02:43.160Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 700a7b3d-431b-4a38-bd30-e8ae4afb4531 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-07-14T05:02:43.165Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.165Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:43.166Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:43.166Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.166Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:43.166Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:43.167Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.167Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-14T05:02:43.167Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-14T05:02:43.167Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:02:43.167Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69e3d7bc-1669-4694-a993-050658650d61 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-07-14T05:02:43.170Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.171Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:43.171Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:02:43.171Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.172Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-14T05:02:43.172Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4d7c2f7c-c992-4d43-b7d5-b38132e7e361 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-07-14T05:02:43.173Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e6cd670b-242d-44b7-9faf-56e7799ca5d2: basic_vm 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.174Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.175Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.175Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.175Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.175Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.175Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:02:43.176Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:02:43.176Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:43.241Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4c751fbc-b5b8-4f46-9feb-f1472ffc844a 1 ASDC deployResourceStructure 2022-07-14T05:02:43.241Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:43.242Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:43.242Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:02:43.242Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:43.244Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:43.244Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774963241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:02:43.345Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:02:43.346Z||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-07-14T05:02:43.346Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:43.385Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:43.386Z||pool-78-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:44.246Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:44.247Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:44.247Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:02:44.247Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:44.252Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:44.252Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774964246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:02:44.352Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:02:44.353Z||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-07-14T05:02:44.353Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:44.383Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:44.384Z||pool-79-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:02:45.254Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:45.254Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||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-07-14T05:02:45.254Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:02:45.255Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:45.258Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:45.258Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774965253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-14T05:02:45.358Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:45.359Z||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-07-14T05:02:45.359Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:45.399Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:45.400Z||pool-80-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:46.259Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-14T05:02:46.260Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-14T05:02:46.260Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:02:46.260Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:02:46.263Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:02:46.263Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774966259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:02:46.363Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:02:46.364Z||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-07-14T05:02:46.364Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:02:46.382Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:02:46.383Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:02:47.264Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da31bc62-1b8d-49ce-83fd-87977f5041ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:02:47.273Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da31bc62-1b8d-49ce-83fd-87977f5041ca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:02:47.276Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:02:47.276Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:02:47.276Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:02:47.276Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:02:47.277Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-14T05:02:47.280Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:03:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:03:05.454Z||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-07-14T05:03:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:03:05.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:03:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:03:05.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:03:17.281Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da31bc62-1b8d-49ce-83fd-87977f5041ca 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-07-14T05:03:17.288Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da31bc62-1b8d-49ce-83fd-87977f5041ca and serviceModelVersionId: e6cd670b-242d-44b7-9faf-56e7799ca5d2 2022-07-14T05:03:17.289Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1002256c-1573-4e3c-b15d-70a2df5edf31 2022-07-14T05:03:17.289Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0 2022-07-14T05:03:17.303Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:03:17.352Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0|INFO|500||Invoke 2022-07-14T05:03:17.353Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da31bc62-1b8d-49ce-83fd-87977f5041ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1afd35e-2003-4bcb-824e-9de8def2bdef], X-ECOMP-RequestID=[da31bc62-1b8d-49ce-83fd-87977f5041ca], X-TransactionId=[], X-ONAP-RequestID=[da31bc62-1b8d-49ce-83fd-87977f5041ca], Content-Type=[application/merge-patch+json]} 2022-07-14T05:03:17.372Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:03:17.660Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?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/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-05:03:16:629-19914], vertex-id=[430096], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:03:16 GMT], Content-Type=[application/json]} 2022-07-14T05:03:17.661Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:03:17.661Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1002256c-1573-4e3c-b15d-70a2df5edf31/model-vers/model-ver/e6cd670b-242d-44b7-9faf-56e7799ca5d2?depth=0|INFO|500||InvokeReturn 2022-07-14T05:03:17.663Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:03:17.663Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-14T05:03:17.667Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-14T05:03:17.667Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da31bc62-1b8d-49ce-83fd-87977f5041ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:03:17.667Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:03:17.668Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:17.670Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:17.670Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774997667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:03:17.770Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:17.771Z||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-07-14T05:03:17.771Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:17.797Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:17.797Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 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-07-14T05:03:18.694Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-14T05:03:18.694Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9771801-116b-4f32-9883-a4179a369bf1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8eb2b599-4e97-4a3f-b653-7d310a7a77cb","serviceDescription":"service","serviceInvariantUUID":"8ea2f3c3-ce7d-4166-8d20-882e14688565","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b","resourceInvariantUUID":"4f67a063-8f26-4b35-89e6-96fce98ec1c9","resourceCustomizationUUID":"bb275fe3-cbb4-4494-9609-9815dd33c72b","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":"YTRhMjFjYTQ1YjYyMTQwYzJhMWM2Y2Q2YzM0NDQwMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78239120-f2b9-4931-aed7-9da50d6d78d0","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":"c7cf9fb5-1856-437b-9af1-2f627906ebcf","artifactVersion":"2","generatedFromUUID":"b5461163-ce6f-4b5b-b1fc-7676d7d06926"},{"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":"b5461163-ce6f-4b5b-b1fc-7676d7d06926","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":"N2M2M2VjMGNhNGMwOTU3YWMzMzZjOGUyM2UyMDA5YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ba07a11-b481-44a8-a64c-cf1cbdbc5b8d","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":"c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a","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":"f8436f7b-d281-4c6f-8f9c-eb079c87dab6","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":"cc66f167-a688-45e2-aaa9-70beea5656dd","artifactVersion":"2","generatedFromUUID":"c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTQwMmViODBhNmE5NDVmMWFkNmZkOGE1ZWY1MzYxN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aac8e954-9ac0-4b6b-b668-36d826e3aee9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDNiODk0NmU4NzAwNmQ4NjI2MGJjYWYwMWFkOTEwYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cb83658-0faa-4d1a-b09f-1a32b33c0dcb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T05:03:18.695Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:18.695Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:18.697Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:18.698Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:03:18.798Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:18.799Z||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-07-14T05:03:18.799Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:18.827Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:18.828Z||pool-83-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:19.698Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:19.699Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:19.701Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:19.701Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-14T05:03:19.802Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:03:19.804Z||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-07-14T05:03:19.804Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:19.837Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:19.837Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:20.702Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:20.703Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:20.705Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:20.705Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-14T05:03:20.805Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:20.807Z||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-07-14T05:03:20.807Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:20.834Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:20.835Z||pool-85-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:21.706Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:21.707Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:21.710Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:21.711Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:03:21.811Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:03:21.812Z||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-07-14T05:03:21.812Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:21.835Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:21.835Z||pool-86-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:22.711Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:22.712Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:22.714Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:22.715Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-14T05:03:22.815Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:22.816Z||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-07-14T05:03:22.816Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:22.835Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:22.836Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:23.715Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:23.716Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:23.718Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:23.718Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:03:23.818Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:23.820Z||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-07-14T05:03:23.820Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:23.840Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:23.841Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:24.719Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:24.720Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:24.723Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:24.723Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-14T05:03:24.823Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:24.824Z||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-07-14T05:03:24.825Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:24.875Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:24.875Z||pool-89-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:25.723Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:25.724Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:25.727Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:25.727Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:03:25.827Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:25.831Z||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-07-14T05:03:25.831Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:25.864Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:25.865Z||pool-90-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:26.730Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:03:26.731Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:26.733Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:26.734Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:03:26.834Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:03:26.835Z||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-07-14T05:03:26.835Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:26.879Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:26.880Z||pool-91-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:27.735Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8eb2b599-4e97-4a3f-b653-7d310a7a77cb", "serviceDescription": "service", "serviceInvariantUUID": "8ea2f3c3-ce7d-4166-8d20-882e14688565", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bb275fe3-cbb4-4494-9609-9815dd33c72b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b", "resourceInvariantUUID": "4f67a063-8f26-4b35-89e6-96fce98ec1c9", "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": "c7cf9fb5-1856-437b-9af1-2f627906ebcf", "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": "b5461163-ce6f-4b5b-b1fc-7676d7d06926", "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": "N2M2M2VjMGNhNGMwOTU3YWMzMzZjOGUyM2UyMDA5YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ba07a11-b481-44a8-a64c-cf1cbdbc5b8d", "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": "c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a", "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": "cc66f167-a688-45e2-aaa9-70beea5656dd", "generatedFromUUID": "c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a" }, "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": "cc66f167-a688-45e2-aaa9-70beea5656dd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDNiODk0NmU4NzAwNmQ4NjI2MGJjYWYwMWFkOTEwYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cb83658-0faa-4d1a-b09f-1a32b33c0dcb" } ], "workloadContext": "Production" } 2022-07-14T05:03:27.736Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T05:03:27.736Z|da31bc62-1b8d-49ce-83fd-87977f5041ca|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8eb2b599-4e97-4a3f-b653-7d310a7a77cb ASDC 2022-07-14T05:03:27.737Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f9771801-116b-4f32-9883-a4179a369bf1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8eb2b599-4e97-4a3f-b653-7d310a7a77cb ServiceInvariantUUID:8ea2f3c3-ce7d-4166-8d20-882e14688565 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:4cb83658-0faa-4d1a-b09f-1a32b33c0dcb ArtifactChecksum:MDNiODk0NmU4NzAwNmQ4NjI2MGJjYWYwMWFkOTEwYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bb275fe3-cbb4-4494-9609-9815dd33c72b ResourceInvariantUUID:4f67a063-8f26-4b35-89e6-96fce98ec1c9 ResourceName:basic_cnf ResourceType:VF ResourceUUID:06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b 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:c7cf9fb5-1856-437b-9af1-2f627906ebcf 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:b5461163-ce6f-4b5b-b1fc-7676d7d06926 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:7ba07a11-b481-44a8-a64c-cf1cbdbc5b8d ArtifactChecksum:N2M2M2VjMGNhNGMwOTU3YWMzMzZjOGUyM2UyMDA5YjY= 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:c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a 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:cc66f167-a688-45e2-aaa9-70beea5656dd 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:cc66f167-a688-45e2-aaa9-70beea5656dd ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T05:03:27.737Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb2b599-4e97-4a3f-b653-7d310a7a77cb 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-07-14T05:03:27.771Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:03:27.772Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:03:27.772Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:03:27.772Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4cb83658-0faa-4d1a-b09f-1a32b33c0dcb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-14T05:03:27.772Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:27.773Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-14T05:03:27.884Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:27.887Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4cb83658-0faa-4d1a-b09f-1a32b33c0dcb 68958 2022-07-14T05:03:27.888Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-14T05:03:27.888Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-14T05:03:27.890Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:27.890Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:27.893Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:27.893Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775007887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:27.993Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:27.994Z||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-07-14T05:03:27.994Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:28.071Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:28.071Z||pool-92-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:28.895Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:03:28.897Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-14T05:03:28.897Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4cb83658-0faa-4d1a-b09f-1a32b33c0dcb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-14T05:03:28.900Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-14T05:03:28.901Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-14T05:03:28.901Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-14T05:03:29.023Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13986399145752441329/Definitions/service-BasicCnf-template.yml 2022-07-14T05:03:30.308Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T05:03:30.309Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:03:30.309Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-14T05:03:30.309Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-14T05:03:30.310Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.311Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.311Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:30.311Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:03:30.311Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:03:30.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T05:03:30.313Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-14T05:03:30.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=82eb58e3-c59c-4af3-8e51-72140451f057 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:30.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:30.317Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8eb2b599-4e97-4a3f-b653-7d310a7a77cb Model Version:NULL Model InvariantUuid:8ea2f3c3-ce7d-4166-8d20-882e14688565 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:48dba750-b3ed-4c7b-9bbc-d20c23b124d2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f67a063-8f26-4b35-89e6-96fce98ec1c9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb275fe3-cbb4-4494-9609-9815dd33c72b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88a23e35-a081-40d3-9420-9cf2ddcb6f91 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:de5adc27-6c60-4c05-a78e-62ff1aa5e579 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82eb58e3-c59c-4af3-8e51-72140451f057 ModelInvariantUuid:92a88ff7-2058-497b-83ae-9415c4d1af4d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9d83daf7-4d9f-45c9-afdc-ed95b8de5284 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:69564de6-dbe3-4e38-a82d-a32d12b331a2 ModelInvariantUuid:d6773d39-4735-4c17-a107-9a5aba16786e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ef57c1d7-de21-49a0-a87d-f591d031f3bb 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-07-14T05:03:30.325Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b 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-07-14T05:03:30.330Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-07-14T05:03:30.330Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b 2022-07-14T05:03:30.331Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c7cf9fb5-1856-437b-9af1-2f627906ebcf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-14T05:03:30.331Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:30.331Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.535Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:30.536Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c7cf9fb5-1856-437b-9af1-2f627906ebcf 12 2022-07-14T05:03:30.537Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.537Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:30.537Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:30.537Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:30.543Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:30.543Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775010537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:30.646Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-14T05:03:30.647Z||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-07-14T05:03:30.647Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:30.692Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:30.693Z||pool-93-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:31.545Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b5461163-ce6f-4b5b-b1fc-7676d7d06926 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-14T05:03:31.545Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:31.545Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:31.699Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:31.699Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b5461163-ce6f-4b5b-b1fc-7676d7d06926 2688 2022-07-14T05:03:31.700Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:31.700Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:31.700Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:31.700Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:31.702Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:31.702Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775011700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:31.810Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-07-14T05:03:31.822Z||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-07-14T05:03:31.838Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:31.927Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:31.927Z||pool-94-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:32.704Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7ba07a11-b481-44a8-a64c-cf1cbdbc5b8d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-14T05:03:32.705Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:32.705Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:32.798Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:32.799Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7ba07a11-b481-44a8-a64c-cf1cbdbc5b8d 828 2022-07-14T05:03:32.799Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:32.799Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:32.800Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:32.800Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:32.802Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:32.802Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775012799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:32.902Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:32.903Z||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-07-14T05:03:32.903Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:32.983Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:32.984Z||pool-95-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:33.803Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "88a23e35-a081-40d3-9420-9cf2ddcb6f91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de5adc27-6c60-4c05-a78e-62ff1aa5e579", "vfModuleModelCustomizationUUID": "928bd9ec-325a-488c-bfb9-2f5d803df88e", "isBase": true, "artifacts": [ "b5461163-ce6f-4b5b-b1fc-7676d7d06926", "c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a", "cc66f167-a688-45e2-aaa9-70beea5656dd" ], "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-07-14T05:03:33.807Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de5adc27-6c60-4c05-a78e-62ff1aa5e579 VfModuleModelInvariantUUID:88a23e35-a081-40d3-9420-9cf2ddcb6f91 VfModuleModelDescription:NULL Artifacts UUID List:{ b5461163-ce6f-4b5b-b1fc-7676d7d06926 , c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a , cc66f167-a688-45e2-aaa9-70beea5656dd } 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-07-14T05:03:33.809Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "88a23e35-a081-40d3-9420-9cf2ddcb6f91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de5adc27-6c60-4c05-a78e-62ff1aa5e579", "vfModuleModelCustomizationUUID": "928bd9ec-325a-488c-bfb9-2f5d803df88e", "isBase": true, "artifacts": [ "b5461163-ce6f-4b5b-b1fc-7676d7d06926", "c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a", "cc66f167-a688-45e2-aaa9-70beea5656dd" ], "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-07-14T05:03:33.809Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de5adc27-6c60-4c05-a78e-62ff1aa5e579 VfModuleModelInvariantUUID:88a23e35-a081-40d3-9420-9cf2ddcb6f91 VfModuleModelDescription:NULL Artifacts UUID List:{ b5461163-ce6f-4b5b-b1fc-7676d7d06926 , c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a , cc66f167-a688-45e2-aaa9-70beea5656dd } 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-07-14T05:03:33.809Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-14T05:03:33.809Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:33.809Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:33.931Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:33.932Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c7840dba-1f8c-4c78-ac7f-10bcc5ff5d1a 1164 2022-07-14T05:03:33.933Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:33.934Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:33.934Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:33.935Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:33.941Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:33.942Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775013933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:34.038Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-07-14T05:03:34.039Z||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-07-14T05:03:34.039Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:34.067Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:34.068Z||pool-96-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:34.944Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc66f167-a688-45e2-aaa9-70beea5656dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-14T05:03:34.945Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-14T05:03:34.945Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:35.166Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-14T05:03:35.166Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cc66f167-a688-45e2-aaa9-70beea5656dd 200 2022-07-14T05:03:35.167Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:35.167Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:35.167Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:03:35.168Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:35.171Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:35.171Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775015167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:03:35.274Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-14T05:03:35.275Z||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-07-14T05:03:35.275Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:35.333Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:35.334Z||pool-97-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:36.172Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8eb2b599-4e97-4a3f-b653-7d310a7a77cb 2022-07-14T05:03:36.173Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b ASDC 2022-07-14T05:03:36.186Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 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-07-14T05:03:36.195Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e14cf4a, org.onap.sdc.toscaparser.api.parameters.Input@3c940d58, org.onap.sdc.toscaparser.api.parameters.Input@3ec1cdc0, org.onap.sdc.toscaparser.api.parameters.Input@6cfdade8, org.onap.sdc.toscaparser.api.parameters.Input@542b41a2] 2022-07-14T05:03:36.198Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.198Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.198Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-14T05:03:36.198Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bb275fe3-cbb4-4494-9609-9815dd33c72b 2022-07-14T05:03:36.199Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb275fe3-cbb4-4494-9609-9815dd33c72b matches Tosca VF Customization UUID: bb275fe3-cbb4-4494-9609-9815dd33c72b 2022-07-14T05:03:36.199Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bb275fe3-cbb4-4494-9609-9815dd33c72b 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-07-14T05:03:36.201Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.202Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.203Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bb275fe3-cbb4-4494-9609-9815dd33c72b: {\"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-07-14T05:03:36.203Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79c573b9 2022-07-14T05:03:36.204Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.204Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:03:36.205Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 928bd9ec-325a-488c-bfb9-2f5d803df88e 2022-07-14T05:03:36.205Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 928bd9ec-325a-488c-bfb9-2f5d803df88e 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-07-14T05:03:36.208Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.209Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:36.209Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:36.210Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.210Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:36.210Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:36.211Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.211Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-14T05:03:36.212Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-14T05:03:36.212Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=82eb58e3-c59c-4af3-8e51-72140451f057 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-07-14T05:03:36.214Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.214Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:36.215Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:03:36.215Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.215Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-14T05:03:36.215Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bb275fe3-cbb4-4494-9609-9815dd33c72b 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-07-14T05:03:36.217Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.217Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.217Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8eb2b599-4e97-4a3f-b653-7d310a7a77cb: basic_cnf 2022-07-14T05:03:36.218Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.218Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.218Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.218Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.219Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.219Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.219Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.219Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.219Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:03:36.220Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:03:36.220Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:36.296Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 06bd1016-28a5-4ad7-83d6-0b7c74d7bf0b 1 ASDC deployResourceStructure 2022-07-14T05:03:36.297Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:36.297Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:36.298Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-14T05:03:36.298Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:36.301Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:36.301Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775016296, "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-07-14T05:03:36.402Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-14T05:03:36.403Z||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-07-14T05:03:36.403Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:36.449Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:36.450Z||pool-98-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:37.303Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:37.303Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:37.303Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-14T05:03:37.303Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:37.305Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:37.305Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775017303, "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-07-14T05:03:37.406Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:37.407Z||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-07-14T05:03:37.407Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:37.426Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:37.427Z||pool-99-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:38.306Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:38.307Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:38.307Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:03:38.307Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:38.309Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:38.309Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775018306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:03:38.410Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:38.410Z||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-07-14T05:03:38.411Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:38.491Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:38.491Z||pool-100-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:39.311Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:39.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:39.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:03:39.312Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:39.314Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:39.315Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775019311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:03:39.415Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:39.416Z||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-07-14T05:03:39.417Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:39.436Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:39.437Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:03:40.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:40.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||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-07-14T05:03:40.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:03:40.316Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:40.319Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:40.320Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775020315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-14T05:03:40.420Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:40.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-07-14T05:03:40.421Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:40.476Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:40.477Z||pool-102-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:41.320Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-14T05:03:41.321Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-14T05:03:41.321Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:03:41.321Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:03:41.323Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:03:41.323Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775021320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:03:41.423Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:03:41.424Z||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-07-14T05:03:41.424Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:03:41.441Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:03:41.442Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:03:42.324Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9771801-116b-4f32-9883-a4179a369bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:03:42.330Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9771801-116b-4f32-9883-a4179a369bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:03:42.332Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:03:42.332Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:03:42.332Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:04:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:04:05.454Z||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-07-14T05:04:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:04:05.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:04:05.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774866291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:04:05.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "aai-ml", "timestamp": 1657774867297, "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-07-14T05:04:05.614Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:04:05.615Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:04:05.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:04:05.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774862003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:04:05.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774872132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:04:05.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774863651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:04:05.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774875818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:04:05.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657774876824, "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-07-14T05:04:05.647Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:04:05.648Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:04:05.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774880146, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774882208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "clamp", "timestamp": 1657774883216, "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-07-14T05:04:05.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9771801-116b-4f32-9883-a4179a369bf1 2022-07-14T05:04:05.663Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:04:05.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d637c4c-0d7d-41a9-b388-b45022395bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774901735, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:04:05.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/resourceInstances/pnfc47d8c682c0a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:04:05.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774915669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:04:05.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:05.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-14T05:04:05.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774917831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMggxwlrc0pmks2bc2xn0/1.0/artifacts/service-DemoPnfMggxwlrc0pmks2bc2xn0-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:04:05.687Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:04:12.332Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9771801-116b-4f32-9883-a4179a369bf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:04:12.358Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9771801-116b-4f32-9883-a4179a369bf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:04:12.361Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:04:12.362Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-14T05:04:12.368Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:04:42.368Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9771801-116b-4f32-9883-a4179a369bf1 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-07-14T05:04:42.372Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9771801-116b-4f32-9883-a4179a369bf1 and serviceModelVersionId: 8eb2b599-4e97-4a3f-b653-7d310a7a77cb 2022-07-14T05:04:42.373Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ea2f3c3-ce7d-4166-8d20-882e14688565 2022-07-14T05:04:42.373Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?depth=0 2022-07-14T05:04:42.377Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:04:42.417Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?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-07-14T05:04:42.419Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?depth=0|INFO|500||Invoke 2022-07-14T05:04:42.437Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:04:42.581Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?depth=0|INFO|500||InvokeReturn 2022-07-14T05:04:42.582Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ea2f3c3-ce7d-4166-8d20-882e14688565/model-vers/model-ver/8eb2b599-4e97-4a3f-b653-7d310a7a77cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-05:04:41:683-41988], vertex-id=[225360], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:04:41 GMT], Content-Type=[application/json]} 2022-07-14T05:04:42.582Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:04:42.583Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:04:42.585Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-14T05:04:42.590Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-14T05:04:42.591Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9771801-116b-4f32-9883-a4179a369bf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:04:42.591Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:04:42.591Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:04:42.594Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:04:42.594Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775082591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:04:42.694Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:04:42.695Z||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-07-14T05:04:42.695Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:04:42.746Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:04:42.746Z||pool-104-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T05:04:43.607Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:04:43.607Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:04:43.608Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:04:54.131Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:04:54.132Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:04:54.133Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:04:54.133Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:05:03.840Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:05:03.841Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:05:03.842Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:05:03.842Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:05:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:05:05.453Z||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-07-14T05:05:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:05:05.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:05:05.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ecddd37-e7fd-4e56-ac18-4937b3e2de2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774949237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:05:05.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:05:05.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774957505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774959900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774961016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774962132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774963241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774964246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774965253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:05:05.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774966259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:05:05.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:05:13.454Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:05:13.455Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:05:13.456Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:05:13.456Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:05:23.031Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:05:23.032Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:05:23.034Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:05:23.034Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:05:32.652Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:06:05.448Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:06:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:06:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:06:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:06:05.452Z||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-07-14T05:06:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:06:05.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:06:05.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "da31bc62-1b8d-49ce-83fd-87977f5041ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774997667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-14T05:06:05.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-14T05:06:05.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:06:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-14T05:06:05.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:06:05.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-14T05:06:05.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:06:05.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657774902756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775007887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775010537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775011700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775012799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775013933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775015167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775016296, "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-07-14T05:06:05.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775017303, "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-07-14T05:06:05.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775018306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775019311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775020315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-14T05:06:05.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:05.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-14T05:06:05.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775021320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:06:05.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:06:15.097Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:07:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:07:05.451Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:07:05.451Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:07:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:07:05.453Z||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-07-14T05:07:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:07:05.998Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:07:05.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-14T05:07:05.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9771801-116b-4f32-9883-a4179a369bf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657775082591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:07:06.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:07:15.062Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:08:05.448Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:08:05.450Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:08:05.450Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:08:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:08:05.452Z||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-07-14T05:08:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:08:15.100Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:08:15.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:09:05.448Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:09:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:09:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:09:05.452Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:09:05.453Z||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-07-14T05:09:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:09:15.047Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:09:15.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:10:05.448Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:10:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:10:05.449Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:10:05.452Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:10:05.454Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T05:10:05.454Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:10:15.048Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:10:15.061Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:11:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:11:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:11:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:11:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:11:05.454Z||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-07-14T05:11:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:11:15.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:11:15.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:12:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:12:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:12:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:12:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:12:05.452Z||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-07-14T05:12:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:12:15.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:12:15.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:13:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:13:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:13:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:13:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:13:05.453Z||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-07-14T05:13:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:13:15.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:13:15.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:14:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:14:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:14:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:14:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:14:05.452Z||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-07-14T05:14:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:14:15.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:14:15.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:15:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:15:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:15:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:15:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:15:05.452Z||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-07-14T05:15:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:15:15.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:15:15.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:16:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:16:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:16:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:16:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:16:05.455Z||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-07-14T05:16:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:16:15.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:16:15.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:17:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:17:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:17:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:17:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:17:05.453Z||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-07-14T05:17:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:17:15.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:17:15.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:18:05.448Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:18:05.449Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-14T05:18:05.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oZiYARDhVR8I59ra) ... 2022-07-14T05:18:05.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:18:05.453Z||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-07-14T05:18:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:18:15.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:18:15.056Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:19:05.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:19:05.449Z||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-07-14T05:19:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:19:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:19:05.454Z||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-07-14T05:19:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:19:15.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:19:15.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:20:05.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:20:05.451Z||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-07-14T05:20:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:20:05.452Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:20:05.453Z|f9771801-116b-4f32-9883-a4179a369bf1|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-07-14T05:20:05.453Z|f9771801-116b-4f32-9883-a4179a369bf1|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:20:15.122Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:20:15.127Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:05.448Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:21:05.450Z||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-07-14T05:21:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:21:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:21:05.453Z||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-07-14T05:21:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:21:13.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:13.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-14T05:21:13.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7ba2ade-cb3b-49df-ba16-5189d0548586","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"42a8a914-8f9e-430e-bd83-49d70d2b6cfd","serviceDescription":"service","serviceInvariantUUID":"7182308d-565e-433f-84d2-4a8838f9cd79","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528","resourceInvariantUUID":"784c5e7c-a94d-42e7-a0b8-8d4ef799197d","resourceCustomizationUUID":"84712a68-7ea9-475f-bce4-b97e5f19fe42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTE2MDFkYjQ4ZGVmM2IzNjI0OGZlNzk3ZWQ2YTM2YmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c282e5e-d082-4116-a70d-da0e178bc9f0","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZmJjZDNhMjEwMGFlNjhiMzQ4ODFiODliNmU3ZDIxYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15d7c7c6-ae3a-4926-991f-39bf3f2e51fa","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d554beab-84a1-42e6-838e-93b43f0b053c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05746fdf-f660-4970-928e-a6dff531d1e3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c87e316b-740d-476a-aabf-3c370a174483","artifactVersion":"2","generatedFromUUID":"d554beab-84a1-42e6-838e-93b43f0b053c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZWExYWQzYWIyZjY2ZDgxNjgyMDdlOThmMzVjYTY5N2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"19176a26-84f4-4967-be7f-cec1f74e6264","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MThkZDZiZGI2NGU3YmU2ZDc0YjYzMjY0ZGNjYjA4OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97f228e6-329a-4bb6-a4ec-2e7632faaecd","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjM3MGJiMDg0YTAyNzllNjNlNzA3YWNlZDFhMjk1ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36dc7dcd-a49e-4983-843f-e2aecd582303","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T05:21:13.152Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:13.153Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:13.157Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:13.157Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:13.258Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:21:13.268Z||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-07-14T05:21:13.268Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:13.287Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:13.288Z||pool-105-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:13.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:13.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:21:13.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:21:13.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:13.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:21:13.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:21:13.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:13.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:21:14.157Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:14.159Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:14.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:14.162Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:21:14.262Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:14.263Z||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-07-14T05:21:14.264Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:14.287Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:14.288Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:15.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:15.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:15.165Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:15.166Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:21:15.266Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:15.267Z||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-07-14T05:21:15.267Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:15.282Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:15.282Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:16.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:16.167Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:16.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:16.170Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:16.271Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:16.272Z||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-07-14T05:21:16.272Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:16.294Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:16.294Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:21:17.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:17.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:17.175Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:17.175Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:21:17.275Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:17.276Z||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-07-14T05:21:17.276Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:17.342Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:17.343Z||pool-109-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:21:18.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:18.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:18.179Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:18.179Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:18.279Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:18.281Z||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-07-14T05:21:18.281Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:18.325Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:18.325Z||pool-110-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:19.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:19.181Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:19.183Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:19.184Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:21:19.284Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:19.285Z||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-07-14T05:21:19.285Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:19.310Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:19.313Z||pool-111-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:20.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:21:20.185Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:20.188Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:20.188Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:21:20.288Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:20.289Z||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-07-14T05:21:20.289Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:20.320Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:20.321Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:21:21.190Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "42a8a914-8f9e-430e-bd83-49d70d2b6cfd", "serviceDescription": "service", "serviceInvariantUUID": "7182308d-565e-433f-84d2-4a8838f9cd79", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "84712a68-7ea9-475f-bce4-b97e5f19fe42", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528", "resourceInvariantUUID": "784c5e7c-a94d-42e7-a0b8-8d4ef799197d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZmJjZDNhMjEwMGFlNjhiMzQ4ODFiODliNmU3ZDIxYjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15d7c7c6-ae3a-4926-991f-39bf3f2e51fa", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d554beab-84a1-42e6-838e-93b43f0b053c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c87e316b-740d-476a-aabf-3c370a174483", "generatedFromUUID": "d554beab-84a1-42e6-838e-93b43f0b053c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c87e316b-740d-476a-aabf-3c370a174483", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjM3MGJiMDg0YTAyNzllNjNlNzA3YWNlZDFhMjk1ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36dc7dcd-a49e-4983-843f-e2aecd582303" } ], "workloadContext": "Production" } 2022-07-14T05:21:21.190Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T05:21:21.190Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42a8a914-8f9e-430e-bd83-49d70d2b6cfd ASDC 2022-07-14T05:21:21.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a7ba2ade-cb3b-49df-ba16-5189d0548586 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:42a8a914-8f9e-430e-bd83-49d70d2b6cfd ServiceInvariantUUID:7182308d-565e-433f-84d2-4a8838f9cd79 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:36dc7dcd-a49e-4983-843f-e2aecd582303 ArtifactChecksum:ZjM3MGJiMDg0YTAyNzllNjNlNzA3YWNlZDFhMjk1ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:84712a68-7ea9-475f-bce4-b97e5f19fe42 ResourceInvariantUUID:784c5e7c-a94d-42e7-a0b8-8d4ef799197d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:15d7c7c6-ae3a-4926-991f-39bf3f2e51fa ArtifactChecksum:ZmJjZDNhMjEwMGFlNjhiMzQ4ODFiODliNmU3ZDIxYjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:d554beab-84a1-42e6-838e-93b43f0b053c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c87e316b-740d-476a-aabf-3c370a174483 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:c87e316b-740d-476a-aabf-3c370a174483 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-14T05:21:21.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42a8a914-8f9e-430e-bd83-49d70d2b6cfd 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-07-14T05:21:21.257Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:21:21.258Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:21:21.258Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:21:21.258Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 36dc7dcd-a49e-4983-843f-e2aecd582303 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-14T05:21:21.259Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-07-14T05:21:21.259Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-14T05:21:21.657Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-07-14T05:21:21.664Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 36dc7dcd-a49e-4983-843f-e2aecd582303 78817 2022-07-14T05:21:21.665Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-14T05:21:21.665Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-14T05:21:21.665Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:21:21.666Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:21.668Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:21.668Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776081665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:21:21.768Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:21.769Z||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-07-14T05:21:21.769Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:21.923Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:21.923Z||pool-113-thread-1|||||INFO|500||cambria reply ok (154 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:22.669Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:21:22.671Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:21:22.671Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 36dc7dcd-a49e-4983-843f-e2aecd582303, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:22.673Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-14T05:21:22.673Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:22.674Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:22.861Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7808744503164595694/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-07-14T05:21:24.454Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T05:21:24.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-07-14T05:21:24.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-14T05:21:24.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-14T05:21:24.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-07-14T05:21:24.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.458Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.458Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:24.458Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-07-14T05:21:24.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:21:24.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:24.460Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-07-14T05:21:24.460Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:21:24.460Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.460Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.461Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.461Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-14T05:21:24.462Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-14T05:21:24.462Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-14T05:21:24.462Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-14T05:21:24.462Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:21:24.463Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-14T05:21:24.463Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.463Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:21:24.464Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.464Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:24.465Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:24.466Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.466Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:24.466Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:24.466Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:24.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:24.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-14T05:21:24.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-14T05:21:24.468Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:21:24.468Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=458c72c7-31a4-41b1-9c83-8f3fd1236eca 2022-07-14T05:21:24.468Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.468Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.469Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.469Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.469Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:24.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:24.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:42a8a914-8f9e-430e-bd83-49d70d2b6cfd Model Version:NULL Model InvariantUuid:7182308d-565e-433f-84d2-4a8838f9cd79 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:87a987b2-a0a4-4b74-b996-8fd4899d70ac Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:784c5e7c-a94d-42e7-a0b8-8d4ef799197d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:84712a68-7ea9-475f-bce4-b97e5f19fe42 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:48ab22b6-719c-4215-b4b1-7c9c367d32c5 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6ce91360-dd5a-4471-96eb-847c5376ae2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:458c72c7-31a4-41b1-9c83-8f3fd1236eca ModelInvariantUuid:0b28f8df-330b-4a01-8b35-cec05e6605fd ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c8015794-099f-4c66-8314-461eea78988a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd5d6c41-fc23-4f8a-ad40-1062e36f6a3d ModelInvariantUuid:a06e0be2-fbfd-440c-a522-6d8450a6c1e6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:4271b9b6-7c0f-497f-8e9d-8efeaa54bfa8 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-07-14T05:21:24.481Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528 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-07-14T05:21:24.490Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-07-14T05:21:24.490Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528 2022-07-14T05:21:24.490Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 15d7c7c6-ae3a-4926-991f-39bf3f2e51fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-14T05:21:24.490Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-07-14T05:21:24.491Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-14T05:21:24.765Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-07-14T05:21:24.765Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 15d7c7c6-ae3a-4926-991f-39bf3f2e51fa 792 2022-07-14T05:21:24.766Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-07-14T05:21:24.766Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-14T05:21:24.766Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:21:24.766Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:24.768Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:24.768Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776084766, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:21:24.869Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:21:24.870Z||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-07-14T05:21:24.870Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:24.922Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:24.923Z||pool-114-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:25.769Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48ab22b6-719c-4215-b4b1-7c9c367d32c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ce91360-dd5a-4471-96eb-847c5376ae2c", "vfModuleModelCustomizationUUID": "115eca07-0d5d-4c0d-a05c-1b7fd4c41183", "isBase": true, "artifacts": [ "d554beab-84a1-42e6-838e-93b43f0b053c", "c87e316b-740d-476a-aabf-3c370a174483" ], "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-07-14T05:21:25.775Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ce91360-dd5a-4471-96eb-847c5376ae2c VfModuleModelInvariantUUID:48ab22b6-719c-4215-b4b1-7c9c367d32c5 VfModuleModelDescription:NULL Artifacts UUID List:{ d554beab-84a1-42e6-838e-93b43f0b053c , c87e316b-740d-476a-aabf-3c370a174483 } 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-07-14T05:21:25.777Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "48ab22b6-719c-4215-b4b1-7c9c367d32c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ce91360-dd5a-4471-96eb-847c5376ae2c", "vfModuleModelCustomizationUUID": "115eca07-0d5d-4c0d-a05c-1b7fd4c41183", "isBase": true, "artifacts": [ "d554beab-84a1-42e6-838e-93b43f0b053c", "c87e316b-740d-476a-aabf-3c370a174483" ], "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-07-14T05:21:25.778Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ce91360-dd5a-4471-96eb-847c5376ae2c VfModuleModelInvariantUUID:48ab22b6-719c-4215-b4b1-7c9c367d32c5 VfModuleModelDescription:NULL Artifacts UUID List:{ d554beab-84a1-42e6-838e-93b43f0b053c , c87e316b-740d-476a-aabf-3c370a174483 } 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-07-14T05:21:25.778Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d554beab-84a1-42e6-838e-93b43f0b053c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-14T05:21:25.778Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-07-14T05:21:25.778Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-14T05:21:25.948Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-07-14T05:21:25.948Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d554beab-84a1-42e6-838e-93b43f0b053c 5033 2022-07-14T05:21:25.949Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-14T05:21:25.949Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-14T05:21:25.949Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:21:25.949Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:25.952Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:25.952Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776085949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:21:26.053Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:21:26.054Z||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-07-14T05:21:26.054Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:26.129Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:26.129Z||pool-115-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:21:26.953Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c87e316b-740d-476a-aabf-3c370a174483 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-14T05:21:26.953Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-07-14T05:21:26.954Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-14T05:21:27.158Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-07-14T05:21:27.159Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c87e316b-740d-476a-aabf-3c370a174483 903 2022-07-14T05:21:27.159Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-14T05:21:27.159Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-14T05:21:27.159Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:21:27.160Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:27.162Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:27.162Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776087159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:21:27.262Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:27.263Z||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-07-14T05:21:27.263Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:27.297Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:27.298Z||pool-116-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:28.163Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 42a8a914-8f9e-430e-bd83-49d70d2b6cfd 2022-07-14T05:21:28.163Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528 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-07-14T05:21:28.184Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6134a09d, org.onap.sdc.toscaparser.api.parameters.Input@d03919f, org.onap.sdc.toscaparser.api.parameters.Input@57222ac0, org.onap.sdc.toscaparser.api.parameters.Input@618fc64f, org.onap.sdc.toscaparser.api.parameters.Input@257bb2ab] 2022-07-14T05:21:28.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-07-14T05:21:28.191Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 84712a68-7ea9-475f-bce4-b97e5f19fe42 2022-07-14T05:21:28.192Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84712a68-7ea9-475f-bce4-b97e5f19fe42 matches Tosca VF Customization UUID: 84712a68-7ea9-475f-bce4-b97e5f19fe42 2022-07-14T05:21:28.192Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 84712a68-7ea9-475f-bce4-b97e5f19fe42 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-07-14T05:21:28.196Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.196Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.196Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 84712a68-7ea9-475f-bce4-b97e5f19fe42: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-07-14T05:21:28.196Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d75053f 2022-07-14T05:21:28.197Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.197Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-14T05:21:28.197Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 115eca07-0d5d-4c0d-a05c-1b7fd4c41183 2022-07-14T05:21:28.197Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 115eca07-0d5d-4c0d-a05c-1b7fd4c41183 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-07-14T05:21:28.200Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.200Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:28.201Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:28.201Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.201Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:28.202Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:28.202Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.202Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-14T05:21:28.202Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-14T05:21:28.202Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-14T05:21:28.203Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=458c72c7-31a4-41b1-9c83-8f3fd1236eca 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-07-14T05:21:28.206Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.206Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:28.207Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-14T05:21:28.207Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.207Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-14T05:21:28.207Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=84712a68-7ea9-475f-bce4-b97e5f19fe42 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-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 42a8a914-8f9e-430e-bd83-49d70d2b6cfd: basic_vm_macro 2022-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.209Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:21:28.210Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:21:28.211Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-14T05:21:28.448Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cb65c1f5-2a0e-4e10-bdbb-f44ba68bd528 1 ASDC deployResourceStructure 2022-07-14T05:21:28.449Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-07-14T05:21:28.449Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-14T05:21:28.449Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:21:28.449Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:28.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:28.455Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776088449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:21:28.565Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-07-14T05:21:28.566Z||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-07-14T05:21:28.567Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:28.685Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:28.686Z||pool-117-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:29.456Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-14T05:21:29.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-14T05:21:29.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:21:29.457Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:29.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:29.459Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776089456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:21:29.560Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:29.560Z||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-07-14T05:21:29.561Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:29.615Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:29.616Z||pool-118-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:21:30.460Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-14T05:21:30.461Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-14T05:21:30.461Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:21:30.462Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:30.465Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:30.465Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776090460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-14T05:21:30.565Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:21:30.567Z||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-07-14T05:21:30.567Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:30.630Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:30.631Z||pool-119-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:31.466Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-14T05:21:31.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-14T05:21:31.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:21:31.467Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:21:31.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:21:31.470Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776091466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:21:31.571Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:21:31.572Z||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-07-14T05:21:31.573Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:21:31.645Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:21:31.646Z||pool-120-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:21:32.471Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:21:32.488Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:21:32.491Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:21:32.491Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:21:32.491Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:22:02.492Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:22:02.503Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:22:02.505Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:22:02.505Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:22:02.505Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:22:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:22:05.453Z||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-07-14T05:22:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:22:05.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:22:05.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:22:05.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:22:05.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:22:32.505Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:22:32.519Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:22:32.521Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:22:32.521Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:22:32.521Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:23:02.521Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:23:02.535Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:23:02.537Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:23:02.537Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:23:02.537Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:23:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:23:05.453Z||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-07-14T05:23:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:23:05.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:23:05.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:23:05.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:23:05.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:23:05.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:23:05.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-14T05:23:05.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776065448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776066085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776071570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776063650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776081695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776081665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776081061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776081490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776082851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776084216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "cds", "timestamp": 1657776083943, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-14T05:23:05.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.575Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776084766, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776085243, "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-07-14T05:23:05.594Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776085949, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "multicloud-k8s-id", "timestamp": 1657776086247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776085455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776087159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776088449, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776089456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776090460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776089464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776090182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776091466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "clamp", "timestamp": 1657776090470, "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-07-14T05:23:05.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.633Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776091687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776091194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "aai-ml", "timestamp": 1657776092692, "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-07-14T05:23:05.652Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.653Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "policy-id", "timestamp": 1657776092199, "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-07-14T05:23:05.666Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.666Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-14T05:23:05.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776087253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776086570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776098426, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776097785, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "ves-openapi-manager", "timestamp": 1657776080630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776099571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "cds", "timestamp": 1657776099205, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-14T05:23:05.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.709Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:05.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776100663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776101796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776101012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776102878, "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-07-14T05:23:05.732Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.732Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:05.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776072549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776081153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "multicloud-k8s-id", "timestamp": 1657776103893, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776093650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776103450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776104037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776104454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776104636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "policy-id", "timestamp": 1657776105458, "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-07-14T05:23:05.758Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.758Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:05.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776105645, "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-07-14T05:23:05.775Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7ba2ade-cb3b-49df-ba16-5189d0548586 2022-07-14T05:23:05.775Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:23:05.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776110694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776114481, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:23:05.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "aai-ml", "timestamp": 1657776115487, "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-07-14T05:23:05.800Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.801Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:05.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776115470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:23:05.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-14T05:23:05.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "clamp", "timestamp": 1657776116477, "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-07-14T05:23:05.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:05.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776117136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:23:05.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776120793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:23:05.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:23:05.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-14T05:23:05.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "48c1b21f-b274-4a4b-94d2-2b79e03b543d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776121806, "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-07-14T05:23:05.834Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48c1b21f-b274-4a4b-94d2-2b79e03b543d 2022-07-14T05:23:05.834Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48c1b21f-b274-4a4b-94d2-2b79e03b543d 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-07-14T05:23:32.538Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:23:32.556Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:23:32.558Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.559Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.560Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.560Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.560Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:23:32.560Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||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-07-14T05:23:32.573Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:24:02.574Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 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-07-14T05:24:02.583Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7ba2ade-cb3b-49df-ba16-5189d0548586 and serviceModelVersionId: 42a8a914-8f9e-430e-bd83-49d70d2b6cfd 2022-07-14T05:24:02.584Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7182308d-565e-433f-84d2-4a8838f9cd79 2022-07-14T05:24:02.586Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?depth=0 2022-07-14T05:24:02.594Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:24:02.664Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?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-07-14T05:24:02.665Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?depth=0|INFO|500||Invoke 2022-07-14T05:24:02.687Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:24:02.859Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?depth=0|INFO|500||InvokeReturn 2022-07-14T05:24:02.859Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7182308d-565e-433f-84d2-4a8838f9cd79/model-vers/model-ver/42a8a914-8f9e-430e-bd83-49d70d2b6cfd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220714-05:24:01:907-46913], vertex-id=[516112], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:24:01 GMT], Content-Type=[application/json]} 2022-07-14T05:24:02.860Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:24:02.861Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:24:02.861Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||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-07-14T05:24:02.868Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||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-07-14T05:24:02.869Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7ba2ade-cb3b-49df-ba16-5189d0548586 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:24:02.869Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:24:02.869Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:02.872Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:02.872Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776242869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:24:02.973Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:02.974Z||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-07-14T05:24:02.974Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:03.018Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:03.019Z||pool-121-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T05:24:03.891Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:24:03.892Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|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-07-14T05:24:03.892Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:24:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:24:05.453Z||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-07-14T05:24:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:24:05.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:05.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:05.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:24:05.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:05.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:24:08.644Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:08.645Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-14T05:24:08.645Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"07d265a7-cac6-4ea4-b060-0a04c7b23eb0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"843d732e-b666-4a8c-98e7-137f3308d001","serviceDescription":"service","serviceInvariantUUID":"ba11f7d4-b188-4667-a038-bf0aafcaff1e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8f1843cb-7dd5-40dc-a7d6-69998cde3494","resourceInvariantUUID":"4ee8a26b-2f28-43aa-880a-750c8835f37b","resourceCustomizationUUID":"f921de78-eb6d-4361-b40b-52e7a63889cd","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":"ZmQwYWU0OWMyYTQ4MDFlZWYxOGVkOWQ4YmNlMmViMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e7b5418-82bb-4587-bf3a-e52c0c8a41de","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":"fe470949-fd40-48d6-89d0-6c95b58a0c6e","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":"6a6a3bb2-0872-4f8b-ab74-dc95a4a5d696","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":"MmY5NTI0OTc3OGVlZjhhM2MzZWE3ZDcxMzNkMDYxZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3373f43d-51c8-4337-a45a-5166c3ba061c","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":"412022bd-bc0d-48b5-8dc4-e0a8fa2ae548","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":"c6cfe8d7-13f6-4418-88d7-122c88e9a59d","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":"74f5fe3d-10cd-4fa3-8687-26a7e651e5a3","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":"MjFhN2Q4OTdiODA5OThkNzZlM2EzNDZkMjAwOTA0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41ee7bd8-0c59-4b44-96bc-cfacc148c730","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q4YmY0MWZjYTk0YjAwMjNlN2Y3YmYxNzA2ZTkxNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"613d56a5-1018-49d3-9944-61cd38dc1107","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-14T05:24:08.647Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:08.647Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:08.654Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:08.654Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:08.750Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-07-14T05:24:08.751Z||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-07-14T05:24:08.751Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:08.768Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:08.769Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:09.655Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:09.655Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:09.658Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:09.658Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:09.759Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:24:09.761Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:09.761Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:09.785Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:09.785Z||pool-123-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:10.659Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:10.660Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:10.663Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:10.663Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:10.763Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:10.764Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:10.764Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:10.779Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:10.780Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-14T05:24:11.663Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:11.664Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:11.667Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:11.667Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:11.767Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:11.768Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:11.768Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:11.789Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:11.789Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:12.668Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:12.668Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:12.671Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:12.671Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:12.771Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:12.772Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:12.773Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:12.802Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:12.802Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:13.671Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:13.672Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:13.674Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:13.675Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:13.775Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:13.776Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:13.776Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:13.810Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:13.810Z||pool-127-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:14.675Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:14.676Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:14.688Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:14.688Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:14.779Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-07-14T05:24:14.780Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:14.780Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:14.807Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:14.807Z||pool-128-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:15.689Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:15.690Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:15.692Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:15.693Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:24:15.793Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:15.795Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:15.795Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:15.818Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:15.819Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:16.693Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-14T05:24:16.694Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:16.696Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:16.696Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:24:16.797Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:16.798Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:16.798Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:16.840Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:16.840Z||pool-130-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:17.698Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "843d732e-b666-4a8c-98e7-137f3308d001", "serviceDescription": "service", "serviceInvariantUUID": "ba11f7d4-b188-4667-a038-bf0aafcaff1e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "f921de78-eb6d-4361-b40b-52e7a63889cd", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8f1843cb-7dd5-40dc-a7d6-69998cde3494", "resourceInvariantUUID": "4ee8a26b-2f28-43aa-880a-750c8835f37b", "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": "N2Q4YmY0MWZjYTk0YjAwMjNlN2Y3YmYxNzA2ZTkxNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "613d56a5-1018-49d3-9944-61cd38dc1107" } ], "workloadContext": "Production" } 2022-07-14T05:24:17.698Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-14T05:24:17.698Z|a7ba2ade-cb3b-49df-ba16-5189d0548586|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 843d732e-b666-4a8c-98e7-137f3308d001 ASDC 2022-07-14T05:24:17.699Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:07d265a7-cac6-4ea4-b060-0a04c7b23eb0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:843d732e-b666-4a8c-98e7-137f3308d001 ServiceInvariantUUID:ba11f7d4-b188-4667-a038-bf0aafcaff1e 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:613d56a5-1018-49d3-9944-61cd38dc1107 ArtifactChecksum:N2Q4YmY0MWZjYTk0YjAwMjNlN2Y3YmYxNzA2ZTkxNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:f921de78-eb6d-4361-b40b-52e7a63889cd ResourceInvariantUUID:4ee8a26b-2f28-43aa-880a-750c8835f37b ResourceName:test-pnf ResourceType:PNF ResourceUUID:8f1843cb-7dd5-40dc-a7d6-69998cde3494 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-14T05:24:17.699Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 843d732e-b666-4a8c-98e7-137f3308d001 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-07-14T05:24:17.737Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:24:17.738Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:24:17.738Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:24:17.738Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 613d56a5-1018-49d3-9944-61cd38dc1107 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-14T05:24:17.738Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-07-14T05:24:17.739Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-14T05:24:17.892Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-07-14T05:24:17.896Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 613d56a5-1018-49d3-9944-61cd38dc1107 105658 2022-07-14T05:24:17.897Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-14T05:24:17.897Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-14T05:24:17.897Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-14T05:24:17.897Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:17.899Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:17.899Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776257897, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:24:18.003Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-07-14T05:24:18.004Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:18.004Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:18.037Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:18.038Z||pool-131-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:18.899Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-14T05:24:18.901Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-07-14T05:24:18.901Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 613d56a5-1018-49d3-9944-61cd38dc1107, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-14T05:24:18.902Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-14T05:24:18.902Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-14T05:24:18.902Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-14T05:24:19.005Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14704353456765176894/Definitions/service-TestPnfMacro-template.yml 2022-07-14T05:24:19.784Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-14T05:24:19.785Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-07-14T05:24:19.785Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-14T05:24:19.785Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-14T05:24:19.785Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.786Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.786Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.787Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.787Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.787Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.788Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:24:19.788Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-07-14T05:24:19.788Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.789Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.789Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-14T05:24:19.790Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-07-14T05:24:19.790Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:24:19.790Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.791Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.791Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-14T05:24:19.792Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-07-14T05:24:19.792Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-14T05:24:19.792Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.793Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.793Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.793Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.794Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.794Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.794Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.795Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.795Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.796Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.800Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:843d732e-b666-4a8c-98e7-137f3308d001 Model Version:NULL Model InvariantUuid:ba11f7d4-b188-4667-a038-bf0aafcaff1e 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-07-14T05:24:19.815Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8f1843cb-7dd5-40dc-a7d6-69998cde3494 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-07-14T05:24:19.819Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-07-14T05:24:19.820Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8f1843cb-7dd5-40dc-a7d6-69998cde3494 2022-07-14T05:24:19.820Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 843d732e-b666-4a8c-98e7-137f3308d001 2022-07-14T05:24:19.820Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 843d732e-b666-4a8c-98e7-137f3308d001 2022-07-14T05:24:19.820Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8f1843cb-7dd5-40dc-a7d6-69998cde3494 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-07-14T05:24:19.829Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6701ca43, org.onap.sdc.toscaparser.api.parameters.Input@987b4e, org.onap.sdc.toscaparser.api.parameters.Input@e0c113e, org.onap.sdc.toscaparser.api.parameters.Input@1464ce46, org.onap.sdc.toscaparser.api.parameters.Input@7dde5d5b] 2022-07-14T05:24:19.829Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.829Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.830Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 843d732e-b666-4a8c-98e7-137f3308d001: test-pnf 2022-07-14T05:24:19.830Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8f1843cb-7dd5-40dc-a7d6-69998cde3494 2022-07-14T05:24:19.830Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-14T05:24:19.830Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-14T05:24:19.831Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||Resource customization UUID: f921de78-eb6d-4361-b40b-52e7a63889cd is the same as notified resource customizationUUID: f921de78-eb6d-4361-b40b-52e7a63889cd 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-07-14T05:24:19.890Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8f1843cb-7dd5-40dc-a7d6-69998cde3494 0 ASDC deployResourceStructure 2022-07-14T05:24:19.890Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-14T05:24:19.890Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-14T05:24:19.891Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-14T05:24:19.891Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:24:19.893Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:24:19.893Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776259890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:24:19.994Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-14T05:24:19.995Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:24:19.995Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:24:20.014Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:24:20.015Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-14T05:24:20.894Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:24:20.909Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:24:20.911Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:24:20.911Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:24:20.911Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:24:50.915Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:24:50.937Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:24:50.939Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:24:50.939Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:24:50.939Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:25:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:25:05.453Z||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-07-14T05:25:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:25:05.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:25:05.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:25:05.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:25:05.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:25:20.939Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:25:20.950Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:25:20.952Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:25:20.952Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:25:20.952Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:25:50.953Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:25:50.975Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:25:50.977Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:25:50.977Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-14T05:25:50.977Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-14T05:26:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:26:05.454Z||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-07-14T05:26:05.455Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:26:05.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:26:05.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776176570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776180632, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776189997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776181159, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776190613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "cds", "timestamp": 1657776191333, "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-07-14T05:26:05.632Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:05.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776182003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776191103, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776191663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-14T05:26:05.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776192060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776192116, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "ves-openapi-manager", "timestamp": 1657776192673, "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-07-14T05:26:05.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.662Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:05.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776183650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "policy-id", "timestamp": 1657776193120, "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-07-14T05:26:05.676Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.677Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:05.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "multicloud-k8s-id", "timestamp": 1657776186085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776194685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657776195692, "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-07-14T05:26:05.706Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.706Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:05.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776192549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776202585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776203513, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776205547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:26:05.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "clamp", "timestamp": 1657776206553, "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-07-14T05:26:05.727Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.727Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:05.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776208481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:26:05.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:05.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:05.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "aai-ml", "timestamp": 1657776209486, "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-07-14T05:26:05.762Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 2022-07-14T05:26:05.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:06.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:26:06.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7ba2ade-cb3b-49df-ba16-5189d0548586", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776242869, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:26:06.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:26:20.977Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-14T05:26:20.993Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-07-14T05:26:20.997Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-14T05:26:20.997Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-14T05:26:20.997Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-14T05:26:20.997Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-14T05:26:20.997Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-14T05:26:20.998Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:26:21.005Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-14T05:26:51.005Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 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-07-14T05:26:51.011Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 and serviceModelVersionId: 843d732e-b666-4a8c-98e7-137f3308d001 2022-07-14T05:26:51.011Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba11f7d4-b188-4667-a038-bf0aafcaff1e 2022-07-14T05:26:51.014Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?depth=0 2022-07-14T05:26:51.023Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-07-14T05:26:51.085Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?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-07-14T05:26:51.105Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?depth=0|INFO|500||Invoke 2022-07-14T05:26:51.150Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-14T05:26:51.393Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?depth=0|INFO|500||InvokeReturn 2022-07-14T05:26:51.400Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba11f7d4-b188-4667-a038-bf0aafcaff1e/model-vers/model-ver/843d732e-b666-4a8c-98e7-137f3308d001?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220714-05:26:50:365-52375], vertex-id=[221304], Content-Length=[0], Date=[Thu, 14 Jul 2022 05:26:50 GMT], Content-Type=[application/json]} 2022-07-14T05:26:51.406Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-07-14T05:26:51.406Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-14T05:26:51.406Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:26:51.422Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||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-07-14T05:26:51.424Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07d265a7-cac6-4ea4-b060-0a04c7b23eb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-14T05:26:51.424Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-14T05:26:51.425Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-07-14T05:26:51.428Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-14T05:26:51.428Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776411424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:26:51.530Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-14T05:26:51.533Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-14T05:26:51.534Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oZiYARDhVR8I59ra) ... 2022-07-14T05:26:51.556Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:26:51.557Z||pool-133-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-14T05:26:52.445Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:26:52.445Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:26:52.445Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:02.909Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:27:02.910Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:27:02.911Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:27:02.911Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:27:05.453Z||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-07-14T05:27:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:05.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:27:05.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776243891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776257897, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:27:05.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:27:05.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776259890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-14T05:27:05.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:27:12.564Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:27:12.564Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:27:12.565Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:27:12.565Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:22.136Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:27:22.137Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:27:22.137Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:27:22.137Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:31.761Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:27:31.761Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:27:31.768Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:27:31.769Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:27:41.362Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:28:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:28:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:28:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:28:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:28:05.453Z||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-07-14T05:28:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:28:06.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:28:06.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-14T05:28:06.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "07d265a7-cac6-4ea4-b060-0a04c7b23eb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657776411424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-14T05:28:06.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-14T05:28:15.054Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:29:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:29:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:29:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:29:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:29:05.452Z||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-07-14T05:29:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:29:15.139Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:29:15.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:30:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:30:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:30:05.450Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:30:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:30:05.452Z||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-07-14T05:30:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:30:15.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:30:15.063Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:31:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:31:05.450Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:31:05.450Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:31:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:31:05.453Z||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-07-14T05:31:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:31:15.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:31:15.075Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:32:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:32:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:32:05.453Z||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-07-14T05:32:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:32:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:32:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:32:15.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:32:15.068Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:33:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:33:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:33:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:33:05.452Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:33:05.452Z|f9771801-116b-4f32-9883-a4179a369bf1|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-07-14T05:33:05.452Z|f9771801-116b-4f32-9883-a4179a369bf1|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:33:15.062Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:33:15.064Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:34:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:34:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:34:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:34:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:34:05.453Z||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-07-14T05:34:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:34:15.040Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:34:15.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:35:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:35:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:35:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:35:05.452Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:35:05.452Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T05:35:05.453Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:35:15.028Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:35:15.031Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:36:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:36:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:36:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:36:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:36:05.452Z||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-07-14T05:36:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:36:15.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:36:15.054Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:37:05.448Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:37:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:37:05.449Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:37:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:37:05.452Z||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-07-14T05:37:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:37:15.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:37:15.065Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:38:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:38:05.451Z||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-07-14T05:38:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:38:05.452Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:38:05.452Z||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-07-14T05:38:05.454Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:38:15.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:38:15.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:39:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:39:05.451Z||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-07-14T05:39:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:39:05.452Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:39:05.453Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T05:39:05.453Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:39:15.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:39:15.122Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:40:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:40:05.449Z||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-07-14T05:40:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:40:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:40:05.452Z||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-07-14T05:40:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:40:15.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:40:15.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:41:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:41:05.449Z||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-07-14T05:41:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:41:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:41:05.453Z||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-07-14T05:41:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:41:15.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:41:15.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:42:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:42:05.449Z||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-07-14T05:42:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:42:05.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:42:05.453Z||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-07-14T05:42:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:42:15.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:42:15.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:43:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:43:05.449Z||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-07-14T05:43:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:43:05.452Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:43:05.453Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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-07-14T05:43:05.453Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:43:15.043Z|3b24d76f-f354-4f75-9c0c-9b347c0c631b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:43:15.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:44:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:44:05.450Z||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-07-14T05:44:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:44:05.452Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:44:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:44:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:44:15.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:44:15.056Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:45:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:45:05.450Z||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-07-14T05:45:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:45:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:45:05.453Z||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-07-14T05:45:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:45:15.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:45:15.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:46:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:46:05.450Z||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-07-14T05:46:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:46:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:46:05.453Z||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-07-14T05:46:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:46:15.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:46:15.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:47:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:47:05.450Z||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-07-14T05:47:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:47:05.452Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:47:05.453Z|f9771801-116b-4f32-9883-a4179a369bf1|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-07-14T05:47:05.453Z|f9771801-116b-4f32-9883-a4179a369bf1|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:47:15.091Z|f9771801-116b-4f32-9883-a4179a369bf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:47:15.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:48:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:48:05.449Z||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-07-14T05:48:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:48:05.452Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:48:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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-07-14T05:48:05.453Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|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 oZiYARDhVR8I59ra) ... 2022-07-14T05:48:15.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:48:15.035Z|07d265a7-cac6-4ea4-b060-0a04c7b23eb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:49:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:49:05.449Z||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-07-14T05:49:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:49:05.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:49:05.452Z||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-07-14T05:49:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:49:15.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:49:15.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:50:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:50:05.449Z||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-07-14T05:50:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:50:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:50:05.453Z||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-07-14T05:50:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:50:15.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:50:15.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:51:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:51:05.449Z||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-07-14T05:51:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:51:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:51:05.452Z||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-07-14T05:51:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:51:15.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:51:15.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:52:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:52:05.449Z||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-07-14T05:52:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:52:05.452Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:52:05.452Z||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-07-14T05:52:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:52:15.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:52:15.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:53:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:53:05.449Z||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-07-14T05:53:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:53:05.452Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:53:05.452Z||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-07-14T05:53:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:53:15.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:53:15.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:54:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:54:05.450Z||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-07-14T05:54:05.451Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:54:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:54:05.452Z||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-07-14T05:54:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:54:15.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:54:15.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:55:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:55:05.450Z||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-07-14T05:55:05.450Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:55:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:55:05.452Z||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-07-14T05:55:05.452Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:55:15.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:55:15.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:56:05.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:56:05.449Z||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-07-14T05:56:05.449Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:56:05.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-14T05:56:05.452Z||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-07-14T05:56:05.453Z||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 oZiYARDhVR8I59ra) ... 2022-07-14T05:56:15.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-14T05:56:15.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK