JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-23T05:39:15.728Z||main|||||INFO|500||The following profiles are active: basic 2022-11-23T05:39:28.338Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-23T05:39:28.339Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-23T05:39:28.453Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-23T05:39:32.740Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-23T05:39:33.229Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-23T05:39:33.789Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-23T05:39:33.798Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-23T05:39:33.936Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-23T05:39:34.203Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-23T05:39:34.881Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-23T05:39:36.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-23T05:39:39.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-23T05:39:39.868Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-23T05:39:40.666Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-23T05:39:41.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-11-23T05:39:42.560Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-23T05:39:43.836Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-23T05:39:43.859Z||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$$2538ded1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-23T05:39:43.860Z||main|||||WARN|500||The sdc end point is not alive 2022-11-23T05:39:47.706Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-23T05:39:51.032Z||main|||||WARN|500||--- 2022-11-23T05:39:51.033Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-23T05:39:51.034Z||main|||||WARN|500||--- 2022-11-23T05:39:51.578Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-23T05:39:57.155Z||main|||||INFO|500||Started Application in 44.882 seconds (JVM running for 47.201) 2022-11-23T05:39:57.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-23T05:39:57.168Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-23T05:39:57.188Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-23T05:39:57.216Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-23T05:39:57.292Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 151a712f-8ad3-40e2-8d0e-1ab56fe49d80 url= /sdc/v1/artifactTypes 2022-11-23T05:39:57.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-23T05:39:58.411Z||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.19.187] 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$$722961d1.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-11-23T05:39:58.416Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79cb05fa 2022-11-23T05:39:58.416Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-23T05:39:58.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-23T05:39:58.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-23T05:39:58.438Z||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$$722961d1.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-11-23T05:40:47.163Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-23T05:40:47.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-23T05:40:47.164Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-23T05:40:47.169Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-23T05:40:47.174Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc3fae37-6c78-4c02-af64-33eca3ddc26b url= /sdc/v1/artifactTypes 2022-11-23T05:40:47.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-23T05:40:48.205Z||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.19.187] 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$$722961d1.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-11-23T05:40:48.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f4d2cd3 2022-11-23T05:40:48.208Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-23T05:40:48.208Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-23T05:40:48.209Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-23T05:40:48.209Z||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$$722961d1.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-11-23T05:41:37.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-23T05:41:37.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-23T05:41:37.149Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-23T05:41:37.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-23T05:41:37.161Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d6496b4-639b-4b50-b19b-855c3fa5aee4 url= /sdc/v1/artifactTypes 2022-11-23T05:41:37.161Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-23T05:41:38.188Z||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.19.187] 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$$722961d1.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-11-23T05:41:38.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f7b66ae 2022-11-23T05:41:38.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-23T05:41:38.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-23T05:41:38.190Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-23T05:41:38.193Z||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$$722961d1.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-11-23T05:42:27.148Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-23T05:42:27.149Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-23T05:42:27.149Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-23T05:42:27.153Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-23T05:42:27.157Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8332cd4c-7b12-4e0a-8e11-e36c2ba4b02a url= /sdc/v1/artifactTypes 2022-11-23T05:42:27.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-23T05:42:28.198Z||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.19.187] 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$$722961d1.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-11-23T05:42:28.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cda4f5f 2022-11-23T05:42:28.200Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-23T05:42:28.200Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-23T05:42:28.201Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-23T05:42:28.202Z||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$$722961d1.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-11-23T05:43:17.151Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-23T05:43:17.153Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-23T05:43:17.153Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-23T05:43:17.158Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-23T05:43:17.164Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65990873-665b-43a3-9f45-6af12cbaa024 url= /sdc/v1/artifactTypes 2022-11-23T05:43:17.165Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-23T05:43:17.424Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-23T05:43:17.435Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-23T05:43:17.479Z||scheduling-1|||||DEBUG|500||create keys 2022-11-23T05:43:17.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-23T05:43:17.528Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:43:17.550Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3be3068e-9237-4d26-953e-88941e67adc7 url= /sdc/v1/registerForDistribution 2022-11-23T05:43:17.666Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3be3068e-9237-4d26-953e-88941e67adc7 url= /sdc/v1/registerForDistribution 2022-11-23T05:43:17.667Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-23T05:43:17.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:43:17.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:43:17.696Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:43:17.696Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:43:17.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:43:17.698Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:43:17.698Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-23T05:43:28.007Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:43:28.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:44:17.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:44:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:44:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:44:17.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:44:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:44:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:44:27.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:44:27.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:45:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:45:17.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:45:17.682Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:45:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:45:17.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:45:17.689Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:45:27.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:45:27.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:46:17.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:46:17.682Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:46:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:46:17.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:46:17.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:46:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:46:27.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:46:27.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:47:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:47:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:47:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:47:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:47:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:47:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:47:27.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:47:27.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:48:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:48:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:48:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:48:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:48:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:48:17.687Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:48:27.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:48:27.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:49:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:49:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:49:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:49:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:49:17.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:49:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:49:27.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:49:27.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:49:43.483Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-23T05:50:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:50:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:50:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:50:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:50:17.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:50:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:50:27.223Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:50:27.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:51:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:51:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:51:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:51:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:51:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:51:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:51:27.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:51:27.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:52:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:52:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:52:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:52:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:52:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:52:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:52:27.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:52:27.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:53:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:53:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:53:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:53:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:53:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:53:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:53:27.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:53:27.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:54:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:54:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:54:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:54:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:54:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:54:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:54:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:54:27.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:55:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:55:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:55:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:55:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:55:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:55:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:55:27.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:55:27.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:56:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:56:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:56:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:56:17.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:56:17.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:56:17.688Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:56:27.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:56:27.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:57:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:57:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:57:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:57:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:57:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:57:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:57:27.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:57:27.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:58:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:58:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:58:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:58:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:58:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:58:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:58:27.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:58:27.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:59:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:59:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:59:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:59:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T05:59:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T05:59:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T05:59:27.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T05:59:27.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:00:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:00:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:00:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:00:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:00:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:00:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:00:27.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:00:27.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:01:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:01:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:01:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:01:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:01:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:01:17.687Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:01:27.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:01:27.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:02:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:02:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:02:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:02:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:02:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:02:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:02:27.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:02:27.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:03:17.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:03:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:03:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:03:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:03:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:03:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:03:27.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:03:27.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:04:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:04:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:04:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:04:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:04:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:04:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:04:27.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:04:27.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:05:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:05:17.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:05:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:05:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:05:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:05:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:05:27.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:05:27.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:06:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:06:17.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:06:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:06:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:06:17.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:06:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:06:27.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:06:27.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:07:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:07:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:07:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:07:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:07:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:07:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:07:27.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:07:27.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:08:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:08:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:08:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:08:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:08:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:08:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:08:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:08:27.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:09:17.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:09:17.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:09:17.680Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:09:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:09:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:09:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:09:27.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:09:27.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:10:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:10:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:10:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:10:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:10:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:10:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:10:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:10:27.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:11:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:11:17.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:11:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:11:17.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:11:17.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:11:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:11:27.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:11:27.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:12:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:12:17.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:12:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:12:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:12:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:12:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:12:27.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:12:27.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:13:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:13:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:13:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:13:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:13:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:13:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:13:27.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:13:27.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:14:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:14:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:14:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:14:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:14:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:14:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:14:27.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:14:27.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:15:17.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:15:17.683Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:15:17.683Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:15:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:15:17.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:15:17.689Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:15:27.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:15:27.255Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:16:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:16:17.682Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:16:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:16:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:16:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:16:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:16:27.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:16:27.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:17:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:17:17.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:17:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:17:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:17:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:17:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:17:27.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:17:27.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:18:17.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:18:17.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:18:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:18:17.684Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:18:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:18:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:18:27.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:18:27.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:19:17.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:19:17.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:19:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:19:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:19:17.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:19:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:19:27.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:19:27.256Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:20:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:20:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:20:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:20:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:20:17.687Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:20:17.687Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:20:27.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:20:27.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:21:17.690Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:21:17.690Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:21:17.691Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:21:17.691Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:21:17.692Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:21:17.692Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:21:27.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:21:27.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:22:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:22:17.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:22:17.681Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:22:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:22:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:22:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:22:27.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:22:27.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:23:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:23:17.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:23:17.681Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:23:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:23:17.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:23:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:23:27.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:23:27.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:24:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:24:17.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:24:17.681Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:24:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:24:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:24:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:24:27.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:24:27.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:25:17.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:25:17.683Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:25:17.683Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:25:17.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:25:17.685Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:25:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:25:27.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:25:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:26:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:26:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:26:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:26:17.696Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:26:17.697Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:26:17.697Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:26:27.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:26:27.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:27:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:27:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:27:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:27:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:27:17.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:27:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:27:27.251Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:27:27.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:28:17.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:28:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:28:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:28:17.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:28:17.690Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:28:17.690Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:28:27.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:28:27.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:29:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:29:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:29:17.683Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:29:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:29:17.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:29:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:29:27.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:29:27.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:30:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:30:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:30:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:30:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:30:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:30:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:30:27.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:30:27.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:31:17.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:31:17.684Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:31:17.684Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:31:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:31:17.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:31:17.688Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:31:27.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:31:27.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:32:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:32:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:32:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:32:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:32:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:32:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:32:27.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:32:27.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:33:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:33:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:33:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:33:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:33:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:33:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:33:27.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:33:27.258Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:34:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:34:17.682Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:34:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:34:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:34:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:34:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:34:27.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:34:27.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:17.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:35:17.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:35:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:17.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:35:17.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:35:17.687Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:18.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:18.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:18.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a459b38-d62c-45e3-9596-2d2094b92154","serviceName":"vFW 2022-11-23 06-33-41","serviceVersion":"1.0","serviceUUID":"65798f67-3956-40b9-90ed-50ad46f7092c","serviceDescription":"catalog service description","serviceInvariantUUID":"68b1f639-6231-4f25-97f6-71268ceb3505","resources":[{"resourceInstanceName":"vFW 1defba55-4d4a 0","resourceName":"vFW 1defba55-4d4a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b18f11ae-a813-42a9-9092-4e3de3f2b3fc","resourceInvariantUUID":"966d1dba-2da8-4772-9a55-cf3c033de2ff","resourceCustomizationUUID":"0bcd2f3b-e880-47f1-97e5-d4c60df41c70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml","artifactChecksum":"MGY1OGIwNjk4Zjc0MTIzZTRlYzg5NGM1ZDI4OWMyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58df7f96-ca47-45df-9db3-6e4860027ae6","artifactVersion":"1"},{"artifactName":"vfw1defba554d4a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json","artifactChecksum":"YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46c6a500-570a-4838-9610-a1c093d7cb5a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f968aca-99c5-4d51-b575-146a85bd0f27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQzOTI2MzZjNzk3NGVkMzdkMTYwZTY2M2VmMTBjZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"161fddc1-bb54-4891-a7d4-3a03a07eebe1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"961ab959-5e33-4c11-bcc3-5686aea1235d","artifactVersion":"2","generatedFromUUID":"5f968aca-99c5-4d51-b575-146a85bd0f27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221123063341-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml","artifactChecksum":"M2Q4YjEzZmQyMWYyYmU0YjZkZjE0NzBkMjkyNmJjNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"691f2185-4943-48c2-a1ff-c02186d0f9b7","artifactVersion":"1"},{"artifactName":"service-Vfw20221123063341-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar","artifactChecksum":"ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caaa11dc-2d46-45c3-95ad-239ac1e5463b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:35:18.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:18.362Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:18.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-23T06:35:18.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185273535, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185270284, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185285405, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185284974, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185280022, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "cds", "timestamp": 1669185285992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-11-23T06:35:18.381Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:18.381Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:35:18.480Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-11-23T06:35:18.484Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:18.484Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:18.503Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:18.504Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:18.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154 2022-11-23T06:35:18.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:18.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185287823, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185288920, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185289990, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185290205, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185291079, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:35:18.675Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154 2022-11-23T06:35:18.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:18.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185291221, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:35:18.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154 2022-11-23T06:35:18.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:18.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "multicloud-k8s-id", "timestamp": 1669185292085, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "ves-openapi-manager", "timestamp": 1669185285282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185286288, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185294127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185310739, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:35:18.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:35:18.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "aai-ml", "timestamp": 1669185311745, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:35:18.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a459b38-d62c-45e3-9596-2d2094b92154 2022-11-23T06:35:18.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a459b38-d62c-45e3-9596-2d2094b92154 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:19.393Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:19.394Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:19.395Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:19.396Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:35:19.496Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:19.497Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:19.497Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:19.508Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:19.508Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:20.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:20.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:20.401Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:20.401Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-23T06:35:20.502Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T06:35:20.503Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:20.503Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:20.515Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:20.516Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:21.402Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:21.403Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:21.406Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:21.406Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:21.506Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:21.508Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:21.508Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:21.529Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:21.530Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:22.409Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:22.410Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:22.412Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:22.412Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-23T06:35:22.513Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T06:35:22.515Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:22.515Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:22.525Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:22.526Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:23.413Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:23.414Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:23.416Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:23.417Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:35:23.517Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:23.518Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:23.518Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:23.528Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:23.528Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:24.417Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:35:24.418Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:24.421Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:24.422Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:35:24.521Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:35:24.522Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:24.523Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:24.533Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:24.534Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:25.424Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "serviceName": "vFW 2022-11-23 06-33-41", "serviceVersion": "1.0", "serviceUUID": "65798f67-3956-40b9-90ed-50ad46f7092c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "68b1f639-6231-4f25-97f6-71268ceb3505", "resources": [ { "resourceInstanceName": "vFW 1defba55-4d4a 0", "resourceCustomizationUUID": "0bcd2f3b-e880-47f1-97e5-d4c60df41c70", "resourceName": "vFW 1defba55-4d4a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b18f11ae-a813-42a9-9092-4e3de3f2b3fc", "resourceInvariantUUID": "966d1dba-2da8-4772-9a55-cf3c033de2ff", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw1defba554d4a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "artifactChecksum": "YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46c6a500-570a-4838-9610-a1c093d7cb5a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5f968aca-99c5-4d51-b575-146a85bd0f27", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "961ab959-5e33-4c11-bcc3-5686aea1235d", "generatedFromUUID": "5f968aca-99c5-4d51-b575-146a85bd0f27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "961ab959-5e33-4c11-bcc3-5686aea1235d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221123063341-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "artifactChecksum": "ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "caaa11dc-2d46-45c3-95ad-239ac1e5463b" } ], "workloadContext": "Production" } 2022-11-23T06:35:25.425Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:35:25.426Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65798f67-3956-40b9-90ed-50ad46f7092c ASDC 2022-11-23T06:35:25.558Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:0a459b38-d62c-45e3-9596-2d2094b92154 ServiceName:vFW 2022-11-23 06-33-41 ServiceVersion:1.0 ServiceUUID:65798f67-3956-40b9-90ed-50ad46f7092c ServiceInvariantUUID:68b1f639-6231-4f25-97f6-71268ceb3505 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221123063341-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar ArtifactUUID:caaa11dc-2d46-45c3-95ad-239ac1e5463b ArtifactChecksum:ZGZmZjk4YWQ0ZmJlNGFjYTg4ZGM5N2E3NmRlOTMwYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 1defba55-4d4a 0 ResourceCustomizationUUID:0bcd2f3b-e880-47f1-97e5-d4c60df41c70 ResourceInvariantUUID:966d1dba-2da8-4772-9a55-cf3c033de2ff ResourceName:vFW 1defba55-4d4a ResourceType:VF ResourceUUID:b18f11ae-a813-42a9-9092-4e3de3f2b3fc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw1defba554d4a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json ArtifactUUID:46c6a500-570a-4838-9610-a1c093d7cb5a ArtifactChecksum:YWVjZmM4NzM5ZmVmZDRlODdjYzlhNmU2YjM5YTlhMjY= 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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml ArtifactUUID:5f968aca-99c5-4d51-b575-146a85bd0f27 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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ArtifactUUID:961ab959-5e33-4c11-bcc3-5686aea1235d 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/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ArtifactUUID:961ab959-5e33-4c11-bcc3-5686aea1235d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T06:35:25.559Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65798f67-3956-40b9-90ed-50ad46f7092c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:35:25.694Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:35:25.695Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:35:25.696Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:35:25.697Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: caaa11dc-2d46-45c3-95ad-239ac1e5463b from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:25.697Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:35:25.699Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:25.780Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:35:25.800Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar caaa11dc-2d46-45c3-95ad-239ac1e5463b 100636 2022-11-23T06:35:25.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar ASDC sendASDCNotification 2022-11-23T06:35:25.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:25.804Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:35:25.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:25.808Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:25.808Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185325801, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:25.909Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:25.910Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:25.910Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:25.923Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:25.924Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:35:26.809Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:35:26.811Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:35:26.811Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: caaa11dc-2d46-45c3-95ad-239ac1e5463b, URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar to file: /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:26.812Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221123063341-csar.csar 2022-11-23T06:35:26.912Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:26.913Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:27.575Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1207412296033559079/Definitions/service-Vfw20221123063341-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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-11-23T06:35:30.965Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-23T06:35:30.971Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1defba55-4d4a 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.972Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.973Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:30.973Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:35:30.979Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.981Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:30.985Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:30.985Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:35:30.987Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:35:30.989Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:35:30.990Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.990Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:30.993Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:30.994Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:30.995Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.996Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:30.998Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:30.999Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:31.000Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-23T06:35:31.001Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a65e7136-0935-4016-bb72-d21f26539006 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:31.002Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.003Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.004Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0eb78fe3-682e-424b-a38c-380b4a9aa293 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-23T06:35:31.005Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-23T06:35:31.006Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c5e6d53-c73b-4c78-a54b-8620b2a37061 2022-11-23T06:35:31.007Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.008Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:31.009Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-23 06-33-41 Description:catalog service description Model UUID:65798f67-3956-40b9-90ed-50ad46f7092c Model Version:NULL Model InvariantUuid:68b1f639-6231-4f25-97f6-71268ceb3505 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 1defba55-4d4a Model UUID:7d908346-6a51-46a2-82f9-98443e3e6c86 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:966d1dba-2da8-4772-9a55-cf3c033de2ff Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bcd2f3b-e880-47f1-97e5-d4c60df41c70 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3fce550-6764-443b-9b6f-e2032089eca9 ModelName:Vfw1defba554d4a..base_vfw..module-0 ModelUuid:90fc24dc-9853-4a21-9479-bac10bc269fd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a65e7136-0935-4016-bb72-d21f26539006 ModelInvariantUuid:00153e58-4e9a-4f70-a5f4-64dbeefd4b56 ModelName:vFW 1defba55-4d4a-nodes.vfwCvfc ModelUuid:cf2b9d80-ef8c-4b8c-9c36-7e6ca85448df ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1124a37d-9c4b-4c44-ae21-4048624dc175 ModelInvariantUuid:09c793d8-59f4-4eb7-b5de-bf5fea887f96 ModelName:Vfw1defba554d4a.compute.nodes.heat.vfw ModelUuid:22fe1fab-5009-4b2d-a937-2637f69bf34e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0eb78fe3-682e-424b-a38c-380b4a9aa293 ModelInvariantUuid:3d590a13-27d9-416d-a1cf-4d802c953d86 ModelName:vFW 1defba55-4d4a-nodes.vsnCvfc ModelUuid:b4f0cccd-5922-46b6-801c-904ad901ec42 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:84bf4d31-98ac-4382-8a4e-5429407abf88 ModelInvariantUuid:99820071-05ff-46b5-b577-c9e004c63f96 ModelName:Vfw1defba554d4a.compute.nodes.heat.vsn ModelUuid:56f5f0cc-0e25-4182-868e-9fadbd61d977 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5c5e6d53-c73b-4c78-a54b-8620b2a37061 ModelInvariantUuid:11b2708b-89d1-41ef-93c4-9566c7247205 ModelName:vFW 1defba55-4d4a-nodes.vpgCvfc ModelUuid:ee3b12a7-881b-4301-a019-144c6e4cbe0d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:11927753-2efb-4519-84bd-f8e43f25cba9 ModelInvariantUuid:5456c897-3cf6-496f-a94b-12b28ba1283f ModelName:Vfw1defba554d4a.compute.nodes.heat.vpg ModelUuid:8eee4f46-fe87-424e-a774-5ce9e42df989 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:35:31.034Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b18f11ae-a813-42a9-9092-4e3de3f2b3fc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:35:31.142Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||vFW 1defba55-4d4a 0 2022-11-23T06:35:31.151Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b18f11ae-a813-42a9-9092-4e3de3f2b3fc 2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 46c6a500-570a-4838-9610-a1c093d7cb5a from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:35:31.152Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 2022-11-23T06:35:31.209Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:35:31.210Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 46c6a500-570a-4838-9610-a1c093d7cb5a 785 2022-11-23T06:35:31.211Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json ASDC sendASDCNotification 2022-11-23T06:35:31.211Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 2022-11-23T06:35:31.212Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:35:31.212Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:31.214Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:31.215Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185331211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:31.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:31.316Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:31.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:31.366Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:31.367Z||pool-11-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:35:32.217Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1defba554d4a..base_vfw..module-0", "vfModuleModelInvariantUUID": "e3fce550-6764-443b-9b6f-e2032089eca9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90fc24dc-9853-4a21-9479-bac10bc269fd", "vfModuleModelCustomizationUUID": "cfd262a1-2952-430e-b85d-f4ad72f0806d", "isBase": true, "artifacts": [ "5f968aca-99c5-4d51-b575-146a85bd0f27", "961ab959-5e33-4c11-bcc3-5686aea1235d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:35:32.232Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1defba554d4a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90fc24dc-9853-4a21-9479-bac10bc269fd VfModuleModelInvariantUUID:e3fce550-6764-443b-9b6f-e2032089eca9 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f968aca-99c5-4d51-b575-146a85bd0f27 , 961ab959-5e33-4c11-bcc3-5686aea1235d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:35:32.235Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw1defba554d4a..base_vfw..module-0", "vfModuleModelInvariantUUID": "e3fce550-6764-443b-9b6f-e2032089eca9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90fc24dc-9853-4a21-9479-bac10bc269fd", "vfModuleModelCustomizationUUID": "cfd262a1-2952-430e-b85d-f4ad72f0806d", "isBase": true, "artifacts": [ "5f968aca-99c5-4d51-b575-146a85bd0f27", "961ab959-5e33-4c11-bcc3-5686aea1235d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:35:32.235Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw1defba554d4a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90fc24dc-9853-4a21-9479-bac10bc269fd VfModuleModelInvariantUUID:e3fce550-6764-443b-9b6f-e2032089eca9 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f968aca-99c5-4d51-b575-146a85bd0f27 , 961ab959-5e33-4c11-bcc3-5686aea1235d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:35:32.236Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f968aca-99c5-4d51-b575-146a85bd0f27 from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 2022-11-23T06:35:32.236Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:35:32.237Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 2022-11-23T06:35:32.296Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:35:32.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 5f968aca-99c5-4d51-b575-146a85bd0f27 20368 2022-11-23T06:35:32.299Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-23T06:35:32.299Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 2022-11-23T06:35:32.300Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:35:32.300Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:32.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:32.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185332299, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:32.404Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:32.405Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:32.405Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:32.419Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:32.420Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:33.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 961ab959-5e33-4c11-bcc3-5686aea1235d from URL: /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 2022-11-23T06:35:33.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:35:33.307Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 2022-11-23T06:35:33.352Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:35:33.353Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 961ab959-5e33-4c11-bcc3-5686aea1235d 2098 2022-11-23T06:35:33.354Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-23T06:35:33.354Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 2022-11-23T06:35:33.355Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:35:33.356Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:33.358Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:33.358Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185333354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:35:33.458Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:35:33.460Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:33.460Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:33.471Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:33.471Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:35:34.360Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 65798f67-3956-40b9-90ed-50ad46f7092c 2022-11-23T06:35:34.361Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1defba55-4d4a 0 b18f11ae-a813-42a9-9092-4e3de3f2b3fc 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-11-23T06:35:34.409Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38fe8aba, org.onap.sdc.toscaparser.api.parameters.Input@4b7332b1, org.onap.sdc.toscaparser.api.parameters.Input@460af9c, org.onap.sdc.toscaparser.api.parameters.Input@2bf8e00c, org.onap.sdc.toscaparser.api.parameters.Input@671f0493] 2022-11-23T06:35:34.414Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.414Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.415Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-23T06:35:34.415Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 2022-11-23T06:35:34.416Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 matches Tosca VF Customization UUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 2022-11-23T06:35:34.416Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0bcd2f3b-e880-47f1-97e5-d4c60df41c70 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T06:35:34.425Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.426Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0bcd2f3b-e880-47f1-97e5-d4c60df41c70: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c6053ef 2022-11-23T06:35:34.428Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.429Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:35:34.430Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cfd262a1-2952-430e-b85d-f4ad72f0806d 2022-11-23T06:35:34.431Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cfd262a1-2952-430e-b85d-f4ad72f0806d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T06:35:34.440Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.441Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.447Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:34.448Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:34.449Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:34.450Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.451Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-23T06:35:34.452Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.453Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a65e7136-0935-4016-bb72-d21f26539006 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:35:34.464Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.464Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.465Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-23T06:35:34.466Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.467Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-23T06:35:34.468Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.469Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0eb78fe3-682e-424b-a38c-380b4a9aa293 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:35:34.472Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.473Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.473Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is not matching search criteria 2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-23T06:35:34.476Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.477Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-23T06:35:34.478Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-23T06:35:34.479Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c5e6d53-c73b-4c78-a54b-8620b2a37061 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:35:34.483Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.484Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Node template vFW 1defba55-4d4a 0 is matching search criteria 2022-11-23T06:35:34.485Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1defba55-4d4a 0] matching following query criteria: sdcType=VF, customizationUUID=0bcd2f3b-e880-47f1-97e5-d4c60df41c70 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:35:34.487Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.487Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 65798f67-3956-40b9-90ed-50ad46f7092c: vFW 1defba55-4d4a 2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.488Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.489Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.490Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-23 06-33-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:35:34.491Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-23 06-33-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:35:34.788Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1defba55-4d4a b18f11ae-a813-42a9-9092-4e3de3f2b3fc 1 ASDC deployResourceStructure 2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json ASDC sendASDCNotification 2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json 2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:35:34.789Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:34.791Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:34.791Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185334788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:35:34.892Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:34.893Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:34.893Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:34.903Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:34.904Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml 2022-11-23T06:35:35.793Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:35:35.794Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:35.796Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:35.797Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185335792, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:35:35.897Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:35.899Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:35.899Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:35.911Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:35.912Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env 2022-11-23T06:35:36.798Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:35:36.799Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:36.801Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:36.801Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185336797, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-23T06:35:36.901Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:35:36.902Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:36.903Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:36.916Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:36.918Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:35:37.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar ASDC sendASDCNotification 2022-11-23T06:35:37.802Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar 2022-11-23T06:35:37.803Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:35:37.803Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:35:37.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:35:37.805Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185337802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:35:37.906Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:35:37.907Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:35:37.907Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:35:37.922Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:35:37.923Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:35:38.807Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:35:38.826Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:35:38.830Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:35:38.831Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:35:38.836Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:36:08.837Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a459b38-d62c-45e3-9596-2d2094b92154 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:36:08.852Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a459b38-d62c-45e3-9596-2d2094b92154 and serviceModelVersionId: 65798f67-3956-40b9-90ed-50ad46f7092c 2022-11-23T06:36:08.852Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68b1f639-6231-4f25-97f6-71268ceb3505 2022-11-23T06:36:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:36:17.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:36:17.690Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:17.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:17.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T06:36:17.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:36:17.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-23T06:36:24.618Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0 2022-11-23T06:36:24.740Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:36:25.243Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|INFO|500||Invoke 2022-11-23T06:36:25.251Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7e8a9fe-40ff-4613-8e2e-cb190974a734], X-ECOMP-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], X-TransactionId=[], X-ONAP-RequestID=[0a459b38-d62c-45e3-9596-2d2094b92154], Content-Type=[application/merge-patch+json]} 2022-11-23T06:36:25.404Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:36:25.613Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?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/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-06:36:25:975-16578], vertex-id=[233624], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:36:25 GMT], Content-Type=[application/json]} 2022-11-23T06:36:25.615Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:36:25.616Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b1f639-6231-4f25-97f6-71268ceb3505/model-vers/model-ver/65798f67-3956-40b9-90ed-50ad46f7092c?depth=0|INFO|500||InvokeReturn 2022-11-23T06:36:25.621Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:36:25.621Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:36:25.632Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:36:25.633Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a459b38-d62c-45e3-9596-2d2094b92154 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:36:25.634Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:36:25.640Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:25.644Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:25.645Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185385633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:36:25.744Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:36:25.745Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:25.746Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:25.762Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:25.763Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:36:26.656Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:36:26.657Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:36:26.657Z|0a459b38-d62c-45e3-9596-2d2094b92154|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:27.279Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:27.281Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:36:27.281Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aed5cb79-c375-4d8e-996a-fbd3cfc86eba","serviceName":"basic_onboard_VlulYs","serviceVersion":"1.0","serviceUUID":"660b3108-9b44-410c-9773-347940184198","serviceDescription":"service","serviceInvariantUUID":"be1eac14-bb5b-4a61-85f5-c57e7c83111c","resources":[{"resourceInstanceName":"basic_onboard_VlulYs 0","resourceName":"basic_onboard_VlulYs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66","resourceInvariantUUID":"6f29d973-4a5e-4e66-b73f-f1eadf08c7d5","resourceCustomizationUUID":"d36c29d9-d433-44c2-931c-df048f916017","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml","artifactChecksum":"ODBkN2I0OTA1NGI4YzIwN2ZiOTEyZDBiYmZiYzQ3MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68846fdd-49c2-4526-8bd9-91e4f7fdde7c","artifactVersion":"1"},{"artifactName":"basic_onboard_vlulys0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json","artifactChecksum":"OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6f1beba-4e62-4137-8798-6c122ef6be94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a50fc8cb-1d46-4621-b91a-a1b503e32ea6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f972529b-ee91-46f3-9c92-c8b3d238b9df","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1738baf-e70e-43e8-9380-18760e4e7648","artifactVersion":"2","generatedFromUUID":"a50fc8cb-1d46-4621-b91a-a1b503e32ea6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVlulys-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml","artifactChecksum":"NzMxMzQ5NWNkNTgzMzlmNWU0MjQ3ZjkwOTU5ODdkNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d02ce57-fd7c-4e3f-9b5c-42002d8a68dc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVlulys-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar","artifactChecksum":"N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f79a888e-9dd5-43ec-8adc-e057f25c8a2d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:36:27.284Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:27.284Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:27.286Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:27.286Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:36:27.386Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:27.388Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:27.388Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:27.399Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:27.400Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:28.287Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:28.288Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:28.291Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:28.291Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:36:28.392Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:28.394Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:28.394Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:28.406Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:28.406Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:36:29.292Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:29.292Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:29.294Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:29.294Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-23T06:36:29.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:36:29.396Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:29.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:29.419Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:29.420Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:30.295Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:30.296Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:30.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:30.298Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:36:30.399Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T06:36:30.400Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:30.400Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:30.410Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:30.411Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:31.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:31.304Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:31.306Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:31.307Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-23T06:36:31.407Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:31.408Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:31.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:31.421Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:31.421Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:32.314Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:32.314Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:32.317Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:32.317Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:36:32.421Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-23T06:36:32.422Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:32.422Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:32.433Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:32.434Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:33.320Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:36:33.321Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:33.323Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:33.323Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:36:33.423Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:33.424Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:33.424Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:33.435Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:33.435Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "serviceName": "basic_onboard_VlulYs", "serviceVersion": "1.0", "serviceUUID": "660b3108-9b44-410c-9773-347940184198", "serviceDescription": "service", "serviceInvariantUUID": "be1eac14-bb5b-4a61-85f5-c57e7c83111c", "resources": [ { "resourceInstanceName": "basic_onboard_VlulYs 0", "resourceCustomizationUUID": "d36c29d9-d433-44c2-931c-df048f916017", "resourceName": "basic_onboard_VlulYs", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66", "resourceInvariantUUID": "6f29d973-4a5e-4e66-b73f-f1eadf08c7d5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vlulys0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "artifactChecksum": "OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6f1beba-4e62-4137-8798-6c122ef6be94", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a50fc8cb-1d46-4621-b91a-a1b503e32ea6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1738baf-e70e-43e8-9380-18760e4e7648", "generatedFromUUID": "a50fc8cb-1d46-4621-b91a-a1b503e32ea6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1738baf-e70e-43e8-9380-18760e4e7648", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVlulys-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "artifactChecksum": "N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f79a888e-9dd5-43ec-8adc-e057f25c8a2d" } ], "workloadContext": "Production" } 2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:36:34.325Z|0a459b38-d62c-45e3-9596-2d2094b92154|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 660b3108-9b44-410c-9773-347940184198 ASDC 2022-11-23T06:36:34.326Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:aed5cb79-c375-4d8e-996a-fbd3cfc86eba ServiceName:basic_onboard_VlulYs ServiceVersion:1.0 ServiceUUID:660b3108-9b44-410c-9773-347940184198 ServiceInvariantUUID:be1eac14-bb5b-4a61-85f5-c57e7c83111c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVlulys-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar ArtifactUUID:f79a888e-9dd5-43ec-8adc-e057f25c8a2d ArtifactChecksum:N2IyNDBjYjBiOWYwNGExZmM5YjFiNTk5NjVkMjgyMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_VlulYs 0 ResourceCustomizationUUID:d36c29d9-d433-44c2-931c-df048f916017 ResourceInvariantUUID:6f29d973-4a5e-4e66-b73f-f1eadf08c7d5 ResourceName:basic_onboard_VlulYs ResourceType:VF ResourceUUID:8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vlulys0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json ArtifactUUID:b6f1beba-4e62-4137-8798-6c122ef6be94 ArtifactChecksum:OGIyMGJmMWRlNmYxY2FmYWE1NzJjZWU0NDU2YmY4MmM= 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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml ArtifactUUID:a50fc8cb-1d46-4621-b91a-a1b503e32ea6 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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ArtifactUUID:f1738baf-e70e-43e8-9380-18760e4e7648 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/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ArtifactUUID:f1738baf-e70e-43e8-9380-18760e4e7648 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T06:36:34.326Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 660b3108-9b44-410c-9773-347940184198 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:36:34.357Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f79a888e-9dd5-43ec-8adc-e057f25c8a2d from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:34.358Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:36:34.359Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:34.423Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:36:34.438Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar f79a888e-9dd5-43ec-8adc-e057f25c8a2d 75287 2022-11-23T06:36:34.439Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar ASDC sendASDCNotification 2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:36:34.440Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:34.443Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:34.443Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185394439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:36:34.543Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:36:34.545Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:34.545Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:34.557Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:34.557Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:35.444Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:36:35.445Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:36:35.446Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f79a888e-9dd5-43ec-8adc-e057f25c8a2d, URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar to file: /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:35.446Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:35.447Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:35.447Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:35.617Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9080521578465006711/Definitions/service-BasicOnboardVlulys-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-23T06:36:36.882Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.883Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VlulYs 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.884Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:36.885Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.886Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:36.887Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:36:36.887Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.888Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:36:36.889Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.890Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria 2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-23T06:36:36.891Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T06:36:36.892Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.893Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.894Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:36.895Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:36.895Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:36.896Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria 2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-23T06:36:36.897Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64162ac-bdca-46ec-a59d-edcbcf0a5041 2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.898Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.899Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:36.900Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_VlulYs Description:service Model UUID:660b3108-9b44-410c-9773-347940184198 Model Version:NULL Model InvariantUuid:be1eac14-bb5b-4a61-85f5-c57e7c83111c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_VlulYs Model UUID:457b0e05-8815-4455-b603-056787913713 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6f29d973-4a5e-4e66-b73f-f1eadf08c7d5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d36c29d9-d433-44c2-931c-df048f916017 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:95a772e4-1925-4a68-a83e-819ac92ebaea ModelName:BasicOnboardVlulys..base_ubuntu18..module-0 ModelUuid:2602d791-efa7-41b2-8fbb-932778783212 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a64162ac-bdca-46ec-a59d-edcbcf0a5041 ModelInvariantUuid:a56445a7-0d9c-4fde-851d-d28b4eaad273 ModelName:basic_onboard_VlulYs-nodes.ubuntu18Cvfc ModelUuid:e32f353b-5bbd-4529-b65c-5e69b61f1e9b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4a4d0a86-4893-49a9-a91e-a983189887a5 ModelInvariantUuid:cc8b8a5c-4c69-4650-983a-9c1cdaa09d6e ModelName:BasicOnboardVlulys.compute.nodes.heat.ubuntu18 ModelUuid:c1cf680e-b6b4-46d4-b8bd-2a0ebb355bc3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:36:36.910Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:36:36.922Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||basic_onboard_VlulYs 0 2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6f1beba-4e62-4137-8798-6c122ef6be94 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json 2022-11-23T06:36:36.923Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:36:36.924Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json 2022-11-23T06:36:36.974Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:36:36.975Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json b6f1beba-4e62-4137-8798-6c122ef6be94 798 2022-11-23T06:36:36.976Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json ASDC sendASDCNotification 2022-11-23T06:36:36.976Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json 2022-11-23T06:36:36.977Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:36:36.978Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:36.980Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:36.981Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185396976, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:36:37.081Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:37.082Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:37.082Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:37.093Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:37.094Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:37.983Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVlulys..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "95a772e4-1925-4a68-a83e-819ac92ebaea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2602d791-efa7-41b2-8fbb-932778783212", "vfModuleModelCustomizationUUID": "9f6b9e1e-a1df-445b-b133-17b9cf09308f", "isBase": true, "artifacts": [ "a50fc8cb-1d46-4621-b91a-a1b503e32ea6", "f1738baf-e70e-43e8-9380-18760e4e7648" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:36:37.988Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVlulys..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2602d791-efa7-41b2-8fbb-932778783212 VfModuleModelInvariantUUID:95a772e4-1925-4a68-a83e-819ac92ebaea VfModuleModelDescription:NULL Artifacts UUID List:{ a50fc8cb-1d46-4621-b91a-a1b503e32ea6 , f1738baf-e70e-43e8-9380-18760e4e7648 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVlulys..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "95a772e4-1925-4a68-a83e-819ac92ebaea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2602d791-efa7-41b2-8fbb-932778783212", "vfModuleModelCustomizationUUID": "9f6b9e1e-a1df-445b-b133-17b9cf09308f", "isBase": true, "artifacts": [ "a50fc8cb-1d46-4621-b91a-a1b503e32ea6", "f1738baf-e70e-43e8-9380-18760e4e7648" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVlulys..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2602d791-efa7-41b2-8fbb-932778783212 VfModuleModelInvariantUUID:95a772e4-1925-4a68-a83e-819ac92ebaea VfModuleModelDescription:NULL Artifacts UUID List:{ a50fc8cb-1d46-4621-b91a-a1b503e32ea6 , f1738baf-e70e-43e8-9380-18760e4e7648 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a50fc8cb-1d46-4621-b91a-a1b503e32ea6 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml 2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:36:37.990Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml 2022-11-23T06:36:38.031Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml a50fc8cb-1d46-4621-b91a-a1b503e32ea6 5033 2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml 2022-11-23T06:36:38.032Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:36:38.033Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:38.035Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:38.035Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185398032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:36:38.135Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:36:38.136Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:38.137Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:38.146Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:38.146Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:39.037Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1738baf-e70e-43e8-9380-18760e4e7648 from URL: /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env 2022-11-23T06:36:39.037Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:36:39.038Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env 2022-11-23T06:36:39.086Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:36:39.087Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env f1738baf-e70e-43e8-9380-18760e4e7648 909 2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env 2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:36:39.088Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:39.090Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:39.090Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185399087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:36:39.191Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:39.193Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:39.193Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:39.206Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:39.207Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:40.091Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 660b3108-9b44-410c-9773-347940184198 2022-11-23T06:36:40.092Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VlulYs 0 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 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-11-23T06:36:40.106Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3644cfcf, org.onap.sdc.toscaparser.api.parameters.Input@205f22fb, org.onap.sdc.toscaparser.api.parameters.Input@28e8dfd8, org.onap.sdc.toscaparser.api.parameters.Input@474de4ad, org.onap.sdc.toscaparser.api.parameters.Input@57e7713c] 2022-11-23T06:36:40.107Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.107Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d36c29d9-d433-44c2-931c-df048f916017 2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d36c29d9-d433-44c2-931c-df048f916017 matches Tosca VF Customization UUID: d36c29d9-d433-44c2-931c-df048f916017 2022-11-23T06:36:40.108Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d36c29d9-d433-44c2-931c-df048f916017 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T06:36:40.110Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d36c29d9-d433-44c2-931c-df048f916017: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-23T06:36:40.111Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48ce29e8 2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:36:40.112Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f6b9e1e-a1df-445b-b133-17b9cf09308f 2022-11-23T06:36:40.113Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f6b9e1e-a1df-445b-b133-17b9cf09308f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T06:36:40.115Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.115Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.116Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is not matching search criteria 2022-11-23T06:36:40.117Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-23T06:36:40.118Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-23T06:36:40.118Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64162ac-bdca-46ec-a59d-edcbcf0a5041 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:40.132Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:36:40.133Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.133Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_VlulYs 0 is matching search criteria 2022-11-23T06:36:40.134Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_VlulYs 0] matching following query criteria: sdcType=VF, customizationUUID=d36c29d9-d433-44c2-931c-df048f916017 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.137Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 660b3108-9b44-410c-9773-347940184198: basic_onboard_VlulYs 2022-11-23T06:36:40.138Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.138Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.139Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.139Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.140Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:36:40.141Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_VlulYs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:36:40.142Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_VlulYs Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:36:40.234Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VlulYs 8b5b0bc9-c6e3-4859-aa72-de17d7f4ce66 1 ASDC deployResourceStructure 2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json ASDC sendASDCNotification 2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json 2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:36:40.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:40.237Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:40.238Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185400235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:36:40.338Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:40.339Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:40.339Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:40.351Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:40.351Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml 2022-11-23T06:36:41.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:36:41.240Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:41.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:41.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185401239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:36:41.343Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:41.344Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:41.345Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:41.378Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:41.378Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env 2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:36:42.244Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:42.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:42.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185402243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-23T06:36:42.347Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:42.348Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:42.348Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:42.359Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:42.360Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:43.247Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar ASDC sendASDCNotification 2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar 2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:36:43.248Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:36:43.250Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:36:43.250Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185403247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:36:43.350Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:36:43.352Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:36:43.352Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:36:43.365Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:36:43.366Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:36:44.251Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:36:44.263Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T06:36:44.265Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T06:37:14.266Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:37:14.279Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T06:37:14.282Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T06:37:17.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:37:17.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:37:17.690Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:37:17.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:37:17.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:37:17.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185317680, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185325801, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185316288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185320022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185315284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185331567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185330579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185330583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "cds", "timestamp": 1669185331590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:37:17.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba 2022-11-23T06:37:17.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:37:17.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185332637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185331211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "ves-openapi-manager", "timestamp": 1669185325284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185333687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185332299, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185334712, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:37:17.784Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba 2022-11-23T06:37:17.784Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:37:17.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185333354, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "multicloud-k8s-id", "timestamp": 1669185335717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185334788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/vfw1defba554d4a0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185335792, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185336797, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/resourceInstances/vfw1defba554d4a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185338142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185337802, "artifactURL": "/sdc/v1/catalog/services/Vfw20221123063341/1.0/artifacts/service-Vfw20221123063341-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:37:17.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "aai-ml", "timestamp": 1669185339146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:37:17.802Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba 2022-11-23T06:37:17.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:37:17.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185333535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:37:17.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185341373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185343583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:37:17.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669185344588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:37:17.816Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aed5cb79-c375-4d8e-996a-fbd3cfc86eba 2022-11-23T06:37:17.816Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed5cb79-c375-4d8e-996a-fbd3cfc86eba and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:37:44.283Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:37:44.304Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:37:44.309Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:37:44.310Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:37:44.311Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:37:44.311Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:37:44.312Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:37:44.313Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:37:44.320Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:38:14.320Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:38:14.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aed5cb79-c375-4d8e-996a-fbd3cfc86eba and serviceModelVersionId: 660b3108-9b44-410c-9773-347940184198 2022-11-23T06:38:14.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be1eac14-bb5b-4a61-85f5-c57e7c83111c 2022-11-23T06:38:14.330Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0 2022-11-23T06:38:14.343Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:38:14.444Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-23T06:38:14.445Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|INFO|500||Invoke 2022-11-23T06:38:14.480Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:38:14.612Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0|INFO|500||InvokeReturn 2022-11-23T06:38:14.613Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1eac14-bb5b-4a61-85f5-c57e7c83111c/model-vers/model-ver/660b3108-9b44-410c-9773-347940184198?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-06:38:15:051-18596], vertex-id=[123112], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:38:15 GMT], Content-Type=[application/json]} 2022-11-23T06:38:14.613Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:38:14.614Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:38:14.614Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:38:14.620Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:38:14.621Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aed5cb79-c375-4d8e-996a-fbd3cfc86eba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:38:14.621Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:38:14.622Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:38:14.624Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:38:14.624Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185494621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:38:14.724Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:38:14.727Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:38:14.727Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:38:14.740Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:38:14.741Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:38:15.637Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:38:15.638Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:38:15.638Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:38:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:38:17.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:38:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:38:17.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:38:17.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a459b38-d62c-45e3-9596-2d2094b92154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185385633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:38:17.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:38:17.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:38:17.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-23T06:38:17.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:38:17.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-23T06:38:17.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:38:17.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185386656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:38:17.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:38:17.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185394439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:38:17.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185396976, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:38:17.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185398032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:38:17.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185399087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:38:17.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185400235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/basic_onboard_vlulys0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:38:17.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185401239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:38:17.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185402243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/resourceInstances/basic_onboard_vlulys0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-23T06:38:17.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:38:17.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185403247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVlulys/1.0/artifacts/service-BasicOnboardVlulys-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:38:17.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:38:25.185Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:38:25.186Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:38:25.187Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:38:25.188Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:38:34.734Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:39:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:39:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:39:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:39:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:39:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:39:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:39:18.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:39:18.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:39:18.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aed5cb79-c375-4d8e-996a-fbd3cfc86eba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669185494621, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:39:18.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:39:27.239Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:40:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:40:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:40:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:40:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:40:17.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:40:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:40:27.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:40:27.242Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:41:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:41:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:41:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:41:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:41:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:41:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:41:27.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:41:27.249Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:42:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:42:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:42:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:42:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:42:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:42:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:42:27.251Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:42:27.252Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:43:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:43:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:43:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:43:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:43:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:43:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:43:27.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:43:27.257Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:44:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:44:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:44:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:44:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:44:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:44:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:44:27.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:44:27.246Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:45:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:45:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:45:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:45:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:45:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:45:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:45:27.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:45:27.247Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:46:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:46:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:46:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:46:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:46:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:46:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:46:27.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:46:27.255Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:47:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:47:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:47:17.682Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:47:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:47:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:47:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:47:27.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:47:27.254Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:48:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:48:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:48:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:48:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:48:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:48:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:48:27.235Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:48:27.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:49:17.679Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:49:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:49:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:49:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:49:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:49:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:49:27.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:49:27.229Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:50:17.679Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:50:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:50:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:50:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:50:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:50:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:50:27.228Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:50:27.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:17.680Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:51:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:51:17.681Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:51:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:51:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:18.313Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:18.315Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.315Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9502df20-248c-432e-a7d8-55e189d83b20","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"73859b5d-5daf-41e7-86ff-16b4a095da0d","serviceDescription":"service","serviceInvariantUUID":"b540e501-4183-4296-a64b-d5a72df11cab","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d30080b4-6e59-4dfc-9f00-b929471e1101","resourceInvariantUUID":"ebda97d4-996a-488e-90ad-4e7fa2b5b1c4","resourceCustomizationUUID":"14a0866b-4769-4612-9f4d-ae0d294bc278","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":"YjlhNzBiYmM1YzYwNDljYmJiOWNkMjIxMTU1MGJhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f04f6a9d-22ac-44f8-96da-fcb741001b69","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ffa9cd-a106-4406-9fca-bd5add618b08","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:51:18.322Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:18.322Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:18.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:18.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:18.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "multicloud-k8s-id", "timestamp": 1669186240022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186233535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "multicloud-k8s-id", "timestamp": 1669186240022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186233535, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186244762, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186246257, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "ves-openapi-manager", "timestamp": 1669186245282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "cds", "timestamp": 1669186245284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186247263, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20 2022-11-23T06:51:18.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "cds", "timestamp": 1669186245284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "aai-ml", "timestamp": 1669186246288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "ves-openapi-manager", "timestamp": 1669186245282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "aai-ml", "timestamp": 1669186246288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "cds", "timestamp": 1669186248020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "aai-ml", "timestamp": 1669186249026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "cds", "timestamp": 1669186249027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:51:18.403Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20 2022-11-23T06:51:18.403Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "aai-ml", "timestamp": 1669186253589, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:51:18.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "aai-ml", "timestamp": 1669186254593, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:51:18.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9502df20-248c-432e-a7d8-55e189d83b20 2022-11-23T06:51:18.422Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9502df20-248c-432e-a7d8-55e189d83b20 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.427Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:18.428Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:18.428Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:51:18.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T06:51:18.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186260022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186267812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186260284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186268897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186268000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.444Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186269946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.445Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "cds", "timestamp": 1669186269005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.460Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 2022-11-23T06:51:18.460Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186263536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:18.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186270969, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:51:18.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 2022-11-23T06:51:18.475Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186271282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "multicloud-k8s-id", "timestamp": 1669186271973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:51:18.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "ves-openapi-manager", "timestamp": 1669186265282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186273695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:51:18.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:51:18.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186274699, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:51:18.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 2022-11-23T06:51:18.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:18.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:51:19.327Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:19.328Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:19.330Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:19.331Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:51:19.431Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:19.432Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:19.432Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:19.447Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:19.448Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "73859b5d-5daf-41e7-86ff-16b4a095da0d", "serviceDescription": "service", "serviceInvariantUUID": "b540e501-4183-4296-a64b-d5a72df11cab", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "14a0866b-4769-4612-9f4d-ae0d294bc278", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d30080b4-6e59-4dfc-9f00-b929471e1101", "resourceInvariantUUID": "ebda97d4-996a-488e-90ad-4e7fa2b5b1c4", "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": "MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51ffa9cd-a106-4406-9fca-bd5add618b08" } ], "workloadContext": "Production" } 2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:51:20.332Z|aed5cb79-c375-4d8e-996a-fbd3cfc86eba|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73859b5d-5daf-41e7-86ff-16b4a095da0d ASDC 2022-11-23T06:51:20.333Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9502df20-248c-432e-a7d8-55e189d83b20 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:73859b5d-5daf-41e7-86ff-16b4a095da0d ServiceInvariantUUID:b540e501-4183-4296-a64b-d5a72df11cab 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:51ffa9cd-a106-4406-9fca-bd5add618b08 ArtifactChecksum:MjRkZGE0ZDJkY2Y3ZjhmYmVkMzYyM2M0ZDNkNWViZTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:14a0866b-4769-4612-9f4d-ae0d294bc278 ResourceInvariantUUID:ebda97d4-996a-488e-90ad-4e7fa2b5b1c4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d30080b4-6e59-4dfc-9f00-b929471e1101 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-23T06:51:20.333Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73859b5d-5daf-41e7-86ff-16b4a095da0d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:51:20.382Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:51:20.383Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51ffa9cd-a106-4406-9fca-bd5add618b08 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-23T06:51:20.384Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:51:20.384Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-23T06:51:20.478Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:51:20.481Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 51ffa9cd-a106-4406-9fca-bd5add618b08 57663 2022-11-23T06:51:20.484Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:51:20.485Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:20.487Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:20.487Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186280484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:51:20.588Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:20.589Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:20.589Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:20.603Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:20.603Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:21.488Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:51:21.489Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:51:21.490Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 51ffa9cd-a106-4406-9fca-bd5add618b08, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:21.490Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-23T06:51:21.491Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:21.492Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:21.893Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2673700803142153336/Definitions/service-BasicNetwork-template.yml 2022-11-23T06:51:22.494Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.495Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.496Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.497Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.498Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.499Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.500Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:73859b5d-5daf-41e7-86ff-16b4a095da0d Model Version:NULL Model InvariantUuid:b540e501-4183-4296-a64b-d5a72df11cab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ebda97d4-996a-488e-90ad-4e7fa2b5b1c4 Model UUID:301c2423-20fe-4769-b4a8-7f615fe7d87f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:14a0866b-4769-4612-9f4d-ae0d294bc278 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:51:22.508Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: d30080b4-6e59-4dfc-9f00-b929471e1101 2022-11-23T06:51:22.509Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||No resources found for Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:51:22.516Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500|| 2022-11-23T06:51:22.516Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d 2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 73859b5d-5daf-41e7-86ff-16b4a095da0d 2022-11-23T06:51:22.517Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-23T06:51:22.518Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:51:22.527Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c31dce3, org.onap.sdc.toscaparser.api.parameters.Input@3e4a9e20, org.onap.sdc.toscaparser.api.parameters.Input@2a3b25c7, org.onap.sdc.toscaparser.api.parameters.Input@215efe89, org.onap.sdc.toscaparser.api.parameters.Input@735ae885] 2022-11-23T06:51:22.529Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.530Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 73859b5d-5daf-41e7-86ff-16b4a095da0d: Generic NeutronNet 2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.531Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-23T06:51:22.570Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:51:22.571Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:51:22.572Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-23T06:51:22.635Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:51:22.636Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:22.641Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:22.641Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186282636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:51:22.742Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T06:51:22.744Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:22.744Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:22.768Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:22.769Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:23.643Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:51:23.665Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:51:23.668Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:51:23.669Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:51:23.675Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:51:53.678Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9502df20-248c-432e-a7d8-55e189d83b20 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:51:53.685Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9502df20-248c-432e-a7d8-55e189d83b20 and serviceModelVersionId: 73859b5d-5daf-41e7-86ff-16b4a095da0d 2022-11-23T06:51:53.686Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b540e501-4183-4296-a64b-d5a72df11cab 2022-11-23T06:51:53.687Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0 2022-11-23T06:51:53.691Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:51:53.742Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|INFO|500||Invoke 2022-11-23T06:51:53.743Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6df415c-a1d9-4204-82fb-ece26fe2b525], X-ECOMP-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], X-TransactionId=[], X-ONAP-RequestID=[9502df20-248c-432e-a7d8-55e189d83b20], Content-Type=[application/merge-patch+json]} 2022-11-23T06:51:53.774Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:51:53.877Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?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/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221123-06:51:54:358-10039], vertex-id=[221320], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:51:54 GMT], Content-Type=[application/json]} 2022-11-23T06:51:53.878Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:51:53.879Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b540e501-4183-4296-a64b-d5a72df11cab/model-vers/model-ver/73859b5d-5daf-41e7-86ff-16b4a095da0d?depth=0|INFO|500||InvokeReturn 2022-11-23T06:51:53.880Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:51:53.880Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:51:53.885Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:51:53.886Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9502df20-248c-432e-a7d8-55e189d83b20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:51:53.886Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:51:53.887Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:53.890Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:53.890Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186313886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:51:53.990Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:51:53.991Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:53.991Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:54.007Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:54.008Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:51:54.911Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:51:54.911Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"38d3667b-0456-4d5c-8b49-b4c32cf2e45e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b2e6c0dc-118a-49cf-a733-12f32029cdbc","serviceDescription":"service","serviceInvariantUUID":"978aa3ee-3c94-416b-a778-8557d859e5f6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69ff361a-9eb9-4495-83a6-444d56b190c5","resourceInvariantUUID":"483800af-6092-42c7-8c05-76f9c5702a5f","resourceCustomizationUUID":"19aa289b-1a25-4da9-92d0-cb4aca5bddf6","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":"MmUxY2ZlMGJhNGNkMzczMDQ5ZThmNDg0OTZiYzlkZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32fcd988-cf0b-4842-8457-b6628e361917","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":"MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff26abd8-3728-4f38-81e1-2ccd17b64c62","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":"30739eb7-8908-48f6-9aca-e8c67a47d51b","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":"c6f318dd-6e9e-4272-9c4b-a45e266bf206","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":"96408df5-90fd-4595-a4ff-23599c7fb5c8","artifactVersion":"2","generatedFromUUID":"30739eb7-8908-48f6-9aca-e8c67a47d51b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTYxZjEyZGRiNGU2NWYwMDhkYWRmY2EzODdkMWRmMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1865de2-e9ec-49fc-b7e7-b0a862c1797d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd08c181-8f64-4356-a169-f4e9da5c0dbd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:51:54.912Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:54.912Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:54.915Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:54.915Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:55.015Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:55.017Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:55.017Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:55.028Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:55.028Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:55.916Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:55.917Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:55.919Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:55.919Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:51:56.019Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:56.020Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:56.020Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:56.034Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:56.034Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:56.923Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:56.925Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:56.931Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:56.932Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T06:51:57.035Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-23T06:51:57.036Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:57.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:57.055Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:57.056Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:57.941Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:57.942Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:57.945Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:57.945Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:51:58.045Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:51:58.046Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:58.046Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:58.061Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:58.062Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:58.951Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:58.952Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:58.955Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:58.955Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T06:51:59.055Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:51:59.056Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:51:59.056Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:51:59.069Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:51:59.069Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:51:59.961Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:51:59.962Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:51:59.965Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:51:59.965Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:52:00.064Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:52:00.066Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:00.066Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:00.077Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:00.078Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:52:00.966Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:52:00.971Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:00.972Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:00.973Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:52:01.073Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:52:01.074Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:01.074Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:01.087Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:01.087Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:01.974Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b2e6c0dc-118a-49cf-a733-12f32029cdbc", "serviceDescription": "service", "serviceInvariantUUID": "978aa3ee-3c94-416b-a778-8557d859e5f6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "19aa289b-1a25-4da9-92d0-cb4aca5bddf6", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69ff361a-9eb9-4495-83a6-444d56b190c5", "resourceInvariantUUID": "483800af-6092-42c7-8c05-76f9c5702a5f", "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": "MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff26abd8-3728-4f38-81e1-2ccd17b64c62", "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": "30739eb7-8908-48f6-9aca-e8c67a47d51b", "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": "96408df5-90fd-4595-a4ff-23599c7fb5c8", "generatedFromUUID": "30739eb7-8908-48f6-9aca-e8c67a47d51b" }, "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": "96408df5-90fd-4595-a4ff-23599c7fb5c8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd08c181-8f64-4356-a169-f4e9da5c0dbd" } ], "workloadContext": "Production" } 2022-11-23T06:52:01.976Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:52:01.976Z|9502df20-248c-432e-a7d8-55e189d83b20|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2e6c0dc-118a-49cf-a733-12f32029cdbc ASDC 2022-11-23T06:52:01.977Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:38d3667b-0456-4d5c-8b49-b4c32cf2e45e ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b2e6c0dc-118a-49cf-a733-12f32029cdbc ServiceInvariantUUID:978aa3ee-3c94-416b-a778-8557d859e5f6 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:dd08c181-8f64-4356-a169-f4e9da5c0dbd ArtifactChecksum:ZGVlNzFjN2RiMTJkYzlhMGQ3ZDk5ODQwNDk4Y2E4YzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:19aa289b-1a25-4da9-92d0-cb4aca5bddf6 ResourceInvariantUUID:483800af-6092-42c7-8c05-76f9c5702a5f ResourceName:basic_vm ResourceType:VF ResourceUUID:69ff361a-9eb9-4495-83a6-444d56b190c5 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:ff26abd8-3728-4f38-81e1-2ccd17b64c62 ArtifactChecksum:MjE4Yjk3MmIwMmE4MWJjOWU2YjQ5MzdkMjhkNWFiOGY= 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:30739eb7-8908-48f6-9aca-e8c67a47d51b 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:96408df5-90fd-4595-a4ff-23599c7fb5c8 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:96408df5-90fd-4595-a4ff-23599c7fb5c8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T06:52:01.978Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2e6c0dc-118a-49cf-a733-12f32029cdbc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:52:02.021Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:52:02.021Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd08c181-8f64-4356-a169-f4e9da5c0dbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-23T06:52:02.022Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:52:02.023Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-23T06:52:02.082Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar dd08c181-8f64-4356-a169-f4e9da5c0dbd 74811 2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-23T06:52:02.089Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-23T06:52:02.090Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:52:02.090Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:02.092Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:02.092Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186322089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:52:02.192Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:52:02.193Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:02.193Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:02.206Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:02.206Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:03.093Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:52:03.094Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:52:03.094Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dd08c181-8f64-4356-a169-f4e9da5c0dbd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:03.095Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:03.229Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8201551654745181018/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-23T06:52:04.453Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.454Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.455Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.456Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.457Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:52:04.458Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.459Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.459Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.459Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-23T06:52:04.459Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-23T06:52:04.460Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-23T06:52:04.460Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-23T06:52:04.460Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T06:52:04.460Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T06:52:04.460Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.461Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:52:04.461Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.461Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:04.461Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:04.462Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.462Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:04.462Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:04.462Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.463Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:04.463Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:04.463Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.463Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-23T06:52:04.463Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-23T06:52:04.464Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T06:52:04.464Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7514c14-649e-43b4-bcdb-91c1eaf21d0b 2022-11-23T06:52:04.464Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.464Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.465Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.465Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.466Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.466Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.466Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:04.467Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:04.467Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b2e6c0dc-118a-49cf-a733-12f32029cdbc Model Version:NULL Model InvariantUuid:978aa3ee-3c94-416b-a778-8557d859e5f6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e691750a-177b-4429-a87e-ac182f722172 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:483800af-6092-42c7-8c05-76f9c5702a5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:19aa289b-1a25-4da9-92d0-cb4aca5bddf6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b3c74e7-066d-4e57-9c3d-f3dcbd871cec ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2993f765-3295-4152-84f5-bde7f20e0b38 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f7514c14-649e-43b4-bcdb-91c1eaf21d0b ModelInvariantUuid:f1f91a13-a30d-41a7-9294-29c64482d066 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:4f357bf1-11d5-4517-bda3-393f9b1156fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:27ae196d-8bf4-49f4-b17b-1685f6c3c167 ModelInvariantUuid:7def62ed-169d-43db-bb3f-cd60206eb662 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:3b7311e7-9bb5-4ed6-8052-5a0efce2efb6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:52:04.475Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 69ff361a-9eb9-4495-83a6-444d56b190c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:52:04.480Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-11-23T06:52:04.480Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69ff361a-9eb9-4495-83a6-444d56b190c5 2022-11-23T06:52:04.480Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff26abd8-3728-4f38-81e1-2ccd17b64c62 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-23T06:52:04.481Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:52:04.481Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-23T06:52:04.530Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:52:04.531Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ff26abd8-3728-4f38-81e1-2ccd17b64c62 787 2022-11-23T06:52:04.531Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-23T06:52:04.532Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-23T06:52:04.532Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:52:04.532Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:04.535Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:04.535Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186324531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:52:04.635Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:52:04.636Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:04.637Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:04.649Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:04.650Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:05.536Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b3c74e7-066d-4e57-9c3d-f3dcbd871cec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2993f765-3295-4152-84f5-bde7f20e0b38", "vfModuleModelCustomizationUUID": "d53b4373-2925-4e19-92d3-d47dfff55aaa", "isBase": true, "artifacts": [ "30739eb7-8908-48f6-9aca-e8c67a47d51b", "96408df5-90fd-4595-a4ff-23599c7fb5c8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:52:05.541Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2993f765-3295-4152-84f5-bde7f20e0b38 VfModuleModelInvariantUUID:9b3c74e7-066d-4e57-9c3d-f3dcbd871cec VfModuleModelDescription:NULL Artifacts UUID List:{ 30739eb7-8908-48f6-9aca-e8c67a47d51b , 96408df5-90fd-4595-a4ff-23599c7fb5c8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:52:05.542Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b3c74e7-066d-4e57-9c3d-f3dcbd871cec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2993f765-3295-4152-84f5-bde7f20e0b38", "vfModuleModelCustomizationUUID": "d53b4373-2925-4e19-92d3-d47dfff55aaa", "isBase": true, "artifacts": [ "30739eb7-8908-48f6-9aca-e8c67a47d51b", "96408df5-90fd-4595-a4ff-23599c7fb5c8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:52:05.543Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2993f765-3295-4152-84f5-bde7f20e0b38 VfModuleModelInvariantUUID:9b3c74e7-066d-4e57-9c3d-f3dcbd871cec VfModuleModelDescription:NULL Artifacts UUID List:{ 30739eb7-8908-48f6-9aca-e8c67a47d51b , 96408df5-90fd-4595-a4ff-23599c7fb5c8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:52:05.543Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30739eb7-8908-48f6-9aca-e8c67a47d51b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-23T06:52:05.545Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:52:05.545Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-23T06:52:05.609Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:52:05.610Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 30739eb7-8908-48f6-9aca-e8c67a47d51b 5033 2022-11-23T06:52:05.610Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-23T06:52:05.610Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-23T06:52:05.610Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:52:05.610Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:05.612Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:05.612Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186325610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:52:05.713Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:52:05.714Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:05.714Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:05.725Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:05.726Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:06.613Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 96408df5-90fd-4595-a4ff-23599c7fb5c8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-23T06:52:06.613Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:52:06.613Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-23T06:52:06.673Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:52:06.673Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 96408df5-90fd-4595-a4ff-23599c7fb5c8 903 2022-11-23T06:52:06.674Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-23T06:52:06.674Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-23T06:52:06.674Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:52:06.674Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:06.676Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:06.676Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186326674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:52:06.777Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:52:06.777Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:06.778Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:06.793Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:06.793Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:52:07.678Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b2e6c0dc-118a-49cf-a733-12f32029cdbc 2022-11-23T06:52:07.678Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 69ff361a-9eb9-4495-83a6-444d56b190c5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:52:07.705Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d5eeab1, org.onap.sdc.toscaparser.api.parameters.Input@36711263, org.onap.sdc.toscaparser.api.parameters.Input@7380e021, org.onap.sdc.toscaparser.api.parameters.Input@89f4760, org.onap.sdc.toscaparser.api.parameters.Input@21e2fa0] 2022-11-23T06:52:07.708Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.709Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.709Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-23T06:52:07.709Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 19aa289b-1a25-4da9-92d0-cb4aca5bddf6 2022-11-23T06:52:07.709Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19aa289b-1a25-4da9-92d0-cb4aca5bddf6 matches Tosca VF Customization UUID: 19aa289b-1a25-4da9-92d0-cb4aca5bddf6 2022-11-23T06:52:07.709Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 19aa289b-1a25-4da9-92d0-cb4aca5bddf6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T06:52:07.712Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.712Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.713Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 19aa289b-1a25-4da9-92d0-cb4aca5bddf6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-23T06:52:07.713Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ae143ea 2022-11-23T06:52:07.713Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.713Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:52:07.714Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d53b4373-2925-4e19-92d3-d47dfff55aaa 2022-11-23T06:52:07.714Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d53b4373-2925-4e19-92d3-d47dfff55aaa Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T06:52:07.719Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.719Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:07.719Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:07.720Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.720Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:07.720Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:07.720Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.721Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-23T06:52:07.721Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-23T06:52:07.721Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T06:52:07.721Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f7514c14-649e-43b4-bcdb-91c1eaf21d0b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:52:07.725Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.726Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:07.727Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:52:07.727Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.743Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-23T06:52:07.743Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=19aa289b-1a25-4da9-92d0-cb4aca5bddf6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:52:07.751Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.751Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.752Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b2e6c0dc-118a-49cf-a733-12f32029cdbc: basic_vm 2022-11-23T06:52:07.752Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.752Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.752Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.753Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.753Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.753Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.754Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.754Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.754Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:52:07.754Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:52:07.754Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:52:07.918Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 69ff361a-9eb9-4495-83a6-444d56b190c5 1 ASDC deployResourceStructure 2022-11-23T06:52:07.918Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-23T06:52:07.918Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-23T06:52:07.919Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:52:07.922Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:07.926Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:07.927Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186327918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:52:08.025Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-23T06:52:08.027Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:08.027Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:08.041Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:08.042Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:52:08.932Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-23T06:52:08.932Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-23T06:52:08.932Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:52:08.932Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:08.935Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:08.935Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186328932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:52:09.035Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:52:09.035Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:09.036Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:09.046Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:09.046Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:09.936Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-23T06:52:09.937Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-23T06:52:09.937Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:52:09.937Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:09.941Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:09.941Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186329936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-23T06:52:10.040Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:52:10.045Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:10.045Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:10.058Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:10.059Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:52:10.946Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-23T06:52:10.946Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-23T06:52:10.946Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:52:10.946Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:52:10.949Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:52:10.949Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186330946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:52:11.049Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:52:11.050Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:52:11.050Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:11.061Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:11.061Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:52:11.955Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:52:11.980Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:52:11.984Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:52:11.984Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T06:52:11.984Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T06:52:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:52:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:52:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:52:17.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:52:17.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:52:17.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:52:17.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:52:41.984Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:52:42.008Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:52:42.010Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:52:42.010Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T06:52:42.011Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T06:53:12.011Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:53:12.025Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:53:12.036Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:53:12.037Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T06:53:12.037Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T06:53:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:53:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:53:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:53:17.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:53:17.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186280484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186276288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186282636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186284072, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.746Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-23T06:53:17.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-23T06:53:17.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:53:17.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-23T06:53:17.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186291675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "aai-ml", "timestamp": 1669186292679, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:17.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38d3667b-0456-4d5c-8b49-b4c32cf2e45e 2022-11-23T06:53:17.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "ves-openapi-manager", "timestamp": 1669186285282, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186280022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186297497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.804Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.804Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.804Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186298558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186299614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186290284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186300665, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186300058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.810Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186301732, "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-11-23T06:53:17.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e5f62c-9ae6-41fe-8517-0463e5b31d98 2022-11-23T06:53:17.836Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "cds", "timestamp": 1669186301064, "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=? 2022-11-23T06:53:17.860Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7e5f62c-9ae6-41fe-8517-0463e5b31d98 2022-11-23T06:53:17.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "multicloud-k8s-id", "timestamp": 1669186302737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186293535, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186303288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186305313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186306323, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:17.882Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7e5f62c-9ae6-41fe-8517-0463e5b31d98 2022-11-23T06:53:17.884Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.904Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9502df20-248c-432e-a7d8-55e189d83b20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186313886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186306288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.908Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.909Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186316100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-23T06:53:17.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186305282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186305284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186277680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186322142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186322195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186322089, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "cds", "timestamp": 1669186323156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.941Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c60340d-6297-48c6-a2a3-4103f7163c07 2022-11-23T06:53:17.941Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c60340d-6297-48c6-a2a3-4103f7163c07 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186323432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186323584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "ves-openapi-manager", "timestamp": 1669186324437, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:17.959Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5c60340d-6297-48c6-a2a3-4103f7163c07 2022-11-23T06:53:17.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c60340d-6297-48c6-a2a3-4103f7163c07 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "aai-ml", "timestamp": 1669186324588, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:17.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7e5f62c-9ae6-41fe-8517-0463e5b31d98 2022-11-23T06:53:17.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:17.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186324531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186325610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "multicloud-k8s-id", "timestamp": 1669186320026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:17.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186326674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186327918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186328932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:17.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:17.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:17.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186329936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-23T06:53:18.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186323535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186330946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:18.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:18.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186332309, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:53:18.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:18.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186334134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:53:18.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:53:18.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186335139, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:18.011Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c60340d-6297-48c6-a2a3-4103f7163c07 2022-11-23T06:53:18.011Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c60340d-6297-48c6-a2a3-4103f7163c07 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:53:18.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:18.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:18.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:53:18.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:53:18.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:53:42.037Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:53:42.052Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:53:42.055Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:53:42.055Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:53:42.056Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:53:42.063Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:54:12.063Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:54:12.072Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and serviceModelVersionId: b2e6c0dc-118a-49cf-a733-12f32029cdbc 2022-11-23T06:54:12.072Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 978aa3ee-3c94-416b-a778-8557d859e5f6 2022-11-23T06:54:12.074Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0 2022-11-23T06:54:12.081Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:54:12.146Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-23T06:54:12.149Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0|INFO|500||Invoke 2022-11-23T06:54:12.172Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:54:12.287Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0|INFO|500||InvokeReturn 2022-11-23T06:54:12.288Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/978aa3ee-3c94-416b-a778-8557d859e5f6/model-vers/model-ver/b2e6c0dc-118a-49cf-a733-12f32029cdbc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221123-06:54:12:759-55833], vertex-id=[151784], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:54:12 GMT], Content-Type=[application/json]} 2022-11-23T06:54:12.289Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:54:12.289Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:54:12.289Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:54:12.294Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:54:12.295Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38d3667b-0456-4d5c-8b49-b4c32cf2e45e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:54:12.295Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:54:12.296Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:12.299Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:12.299Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186452295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:54:12.399Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:12.401Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:12.401Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:12.414Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:12.415Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:54:13.315Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:54:13.316Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:54:13.316Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:54:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:54:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:17.715Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:17.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:17.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.716Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.722Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7e5f62c-9ae6-41fe-8517-0463e5b31d98","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ef798b8a-8683-403f-a1d5-d5ee979e38ae","serviceDescription":"service","serviceInvariantUUID":"2bafe063-30ce-433c-a3a9-f7eebe86dae9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c41a5ad9-4e41-4a43-8d22-56fd0041ed8f","resourceInvariantUUID":"ff276876-7148-4ecf-87e4-1f3e16d79bff","resourceCustomizationUUID":"db82a9f6-a86d-4dc1-9e32-3a249c3b6e90","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":"NGQwNmE5ZTFmNTBiNTI1YzQ0NmM5NTJiMTAyNWQ5OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe796c73-5791-45f7-8408-3e0c2a477527","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":"50db42db-fb97-4d61-b2cb-1f2b04b53af5","artifactVersion":"2","generatedFromUUID":"79cb5d39-d83f-4d22-9d6b-c204defc7c06"},{"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":"79cb5d39-d83f-4d22-9d6b-c204defc7c06","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":"Yjg3NGQxZDQxM2E4YTlhODFkYTg2N2E4OWU4ZGQ5YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70a17a00-698f-4360-8f84-94e1ef27efa5","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":"58fbf02a-9cd8-4b68-adab-8f456a5fe87e","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":"0a362183-0222-4922-965e-af0f904cb09d","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":"b6fe2003-19ac-4525-89ec-ffd1d54e2902","artifactVersion":"2","generatedFromUUID":"58fbf02a-9cd8-4b68-adab-8f456a5fe87e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDdmODEwYWE4M2U4N2VkYjY1ZjJjZmEwMzM3Mjg0ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9957ac9e-2273-4be1-ae14-a99edfcafc24","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGEwOTNmNzg0YTgxYzI0NDdkNjUxZWU1Y2E1OWNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e463f08-7caa-40ef-91be-621b378cef0e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:54:17.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186336288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:54:17.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-23T06:54:17.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186345009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:17.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:54:17.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186350481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:54:17.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:54:17.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:54:17.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "aai-ml", "timestamp": 1669186351501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-11-23T06:54:17.727Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:54:17.727Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:17.731Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:17.731Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:17.733Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c60340d-6297-48c6-a2a3-4103f7163c07 2022-11-23T06:54:17.733Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c60340d-6297-48c6-a2a3-4103f7163c07 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:54:17.831Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:17.832Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:17.832Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:17.847Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:17.848Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:18.732Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:18.733Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:18.737Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:18.737Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-23T06:54:18.837Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:18.838Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:18.838Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:18.856Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:18.857Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:19.738Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:19.739Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:19.742Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:19.742Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-23T06:54:19.842Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:19.843Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:19.843Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:19.853Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:19.854Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:20.743Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:20.745Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:20.748Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:20.748Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:54:20.851Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-23T06:54:20.852Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:20.853Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:20.869Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:20.870Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:21.749Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:21.750Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:21.753Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:21.753Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-23T06:54:21.853Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:21.855Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:21.856Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:21.867Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:21.868Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:22.755Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:22.756Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:22.758Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:22.759Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:22.859Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:22.860Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:22.860Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:22.872Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:22.872Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:23.759Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:23.760Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:23.762Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:23.763Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-23T06:54:23.863Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:23.864Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:23.864Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:23.877Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:23.877Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:24.765Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:24.766Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:24.772Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:24.772Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:54:24.871Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:54:24.873Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:24.873Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:24.883Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:24.884Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:25.773Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:54:25.774Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:25.777Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:25.777Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:54:25.877Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:25.878Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:25.878Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:25.890Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:25.891Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:26.779Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ef798b8a-8683-403f-a1d5-d5ee979e38ae", "serviceDescription": "service", "serviceInvariantUUID": "2bafe063-30ce-433c-a3a9-f7eebe86dae9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "db82a9f6-a86d-4dc1-9e32-3a249c3b6e90", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c41a5ad9-4e41-4a43-8d22-56fd0041ed8f", "resourceInvariantUUID": "ff276876-7148-4ecf-87e4-1f3e16d79bff", "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": "50db42db-fb97-4d61-b2cb-1f2b04b53af5", "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": "79cb5d39-d83f-4d22-9d6b-c204defc7c06", "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": "Yjg3NGQxZDQxM2E4YTlhODFkYTg2N2E4OWU4ZGQ5YzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70a17a00-698f-4360-8f84-94e1ef27efa5", "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": "58fbf02a-9cd8-4b68-adab-8f456a5fe87e", "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": "b6fe2003-19ac-4525-89ec-ffd1d54e2902", "generatedFromUUID": "58fbf02a-9cd8-4b68-adab-8f456a5fe87e" }, "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": "b6fe2003-19ac-4525-89ec-ffd1d54e2902", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZGEwOTNmNzg0YTgxYzI0NDdkNjUxZWU1Y2E1OWNmZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1e463f08-7caa-40ef-91be-621b378cef0e" } ], "workloadContext": "Production" } 2022-11-23T06:54:26.780Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:54:26.781Z|38d3667b-0456-4d5c-8b49-b4c32cf2e45e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ef798b8a-8683-403f-a1d5-d5ee979e38ae ASDC 2022-11-23T06:54:26.782Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c7e5f62c-9ae6-41fe-8517-0463e5b31d98 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ef798b8a-8683-403f-a1d5-d5ee979e38ae ServiceInvariantUUID:2bafe063-30ce-433c-a3a9-f7eebe86dae9 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:1e463f08-7caa-40ef-91be-621b378cef0e ArtifactChecksum:ZGEwOTNmNzg0YTgxYzI0NDdkNjUxZWU1Y2E1OWNmZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 ResourceInvariantUUID:ff276876-7148-4ecf-87e4-1f3e16d79bff ResourceName:basic_cnf ResourceType:VF ResourceUUID:c41a5ad9-4e41-4a43-8d22-56fd0041ed8f 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:50db42db-fb97-4d61-b2cb-1f2b04b53af5 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:79cb5d39-d83f-4d22-9d6b-c204defc7c06 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:70a17a00-698f-4360-8f84-94e1ef27efa5 ArtifactChecksum:Yjg3NGQxZDQxM2E4YTlhODFkYTg2N2E4OWU4ZGQ5YzY= 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:58fbf02a-9cd8-4b68-adab-8f456a5fe87e 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:b6fe2003-19ac-4525-89ec-ffd1d54e2902 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:b6fe2003-19ac-4525-89ec-ffd1d54e2902 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T06:54:26.782Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef798b8a-8683-403f-a1d5-d5ee979e38ae ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:54:26.830Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:54:26.831Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:54:26.831Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:54:26.831Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e463f08-7caa-40ef-91be-621b378cef0e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-23T06:54:26.831Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:26.832Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-23T06:54:26.973Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:26.977Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1e463f08-7caa-40ef-91be-621b378cef0e 73678 2022-11-23T06:54:26.977Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-23T06:54:26.978Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-23T06:54:26.978Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:26.978Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:26.981Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:26.981Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186466977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:27.081Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:27.082Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:27.083Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:27.097Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:27.098Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:28.002Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:54:28.003Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:54:28.017Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1e463f08-7caa-40ef-91be-621b378cef0e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:28.017Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-23T06:54:28.018Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:28.018Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:28.342Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7898467920440090023/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-23T06:54:30.037Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:30.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-23T06:54:30.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:54:30.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:30.040Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:54:30.040Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:54:30.040Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.040Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.041Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:30.041Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:54:30.041Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:54:30.041Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.041Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-23T06:54:30.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-23T06:54:30.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-23T06:54:30.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T06:54:30.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:54:30.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:30.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:30.044Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.044Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:30.044Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:30.045Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.045Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:30.045Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:30.045Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.046Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-23T06:54:30.046Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-23T06:54:30.046Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7500d3b9-1d3c-4f3d-9107-a49937e31d80 2022-11-23T06:54:30.046Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.046Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:30.047Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:30.048Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ef798b8a-8683-403f-a1d5-d5ee979e38ae Model Version:NULL Model InvariantUuid:2bafe063-30ce-433c-a3a9-f7eebe86dae9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ec1b5983-7dea-43fc-88ea-29fe5dd4311b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ff276876-7148-4ecf-87e4-1f3e16d79bff Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edb63c0b-726e-4482-ba02-71b5d00b451f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d9186552-c13b-4b13-8944-734224255beb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7500d3b9-1d3c-4f3d-9107-a49937e31d80 ModelInvariantUuid:c0e1aafa-7414-4826-bba7-b29ff3146b3f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9ead2c75-911a-4cf0-bde0-ef40ea4de6bb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:daab6bc8-ec6e-4e67-8e8d-a250be2e846c ModelInvariantUuid:4724c000-ff5a-42b3-8686-00e240517bd0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:cb2d7785-e9de-4834-bd30-0c7e7724f9c9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:54:30.058Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c41a5ad9-4e41-4a43-8d22-56fd0041ed8f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:54:30.069Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-11-23T06:54:30.069Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c41a5ad9-4e41-4a43-8d22-56fd0041ed8f 2022-11-23T06:54:30.069Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 50db42db-fb97-4d61-b2cb-1f2b04b53af5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-23T06:54:30.070Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:30.070Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-23T06:54:30.215Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:30.216Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 50db42db-fb97-4d61-b2cb-1f2b04b53af5 12 2022-11-23T06:54:30.216Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-23T06:54:30.217Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-23T06:54:30.217Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:30.217Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:30.220Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:30.220Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186470216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:30.323Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-23T06:54:30.324Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:30.324Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:30.336Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:30.337Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:31.221Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79cb5d39-d83f-4d22-9d6b-c204defc7c06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-23T06:54:31.222Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:31.223Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-23T06:54:31.269Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:31.298Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 79cb5d39-d83f-4d22-9d6b-c204defc7c06 2688 2022-11-23T06:54:31.302Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-23T06:54:31.302Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-23T06:54:31.302Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:31.303Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:31.305Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:31.305Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186471302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:31.405Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:31.406Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:31.406Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:31.416Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:31.416Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:32.308Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70a17a00-698f-4360-8f84-94e1ef27efa5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-23T06:54:32.308Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:32.309Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-23T06:54:32.416Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:32.417Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 70a17a00-698f-4360-8f84-94e1ef27efa5 828 2022-11-23T06:54:32.418Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-23T06:54:32.419Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-23T06:54:32.420Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:32.421Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:32.424Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:32.424Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186472418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:32.523Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:54:32.524Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:32.524Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:32.535Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:32.536Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:54:33.425Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "edb63c0b-726e-4482-ba02-71b5d00b451f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9186552-c13b-4b13-8944-734224255beb", "vfModuleModelCustomizationUUID": "cc834d0c-4599-42be-ad24-aab06a212e5e", "isBase": true, "artifacts": [ "58fbf02a-9cd8-4b68-adab-8f456a5fe87e", "79cb5d39-d83f-4d22-9d6b-c204defc7c06", "b6fe2003-19ac-4525-89ec-ffd1d54e2902" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:54:33.429Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9186552-c13b-4b13-8944-734224255beb VfModuleModelInvariantUUID:edb63c0b-726e-4482-ba02-71b5d00b451f VfModuleModelDescription:NULL Artifacts UUID List:{ 58fbf02a-9cd8-4b68-adab-8f456a5fe87e , 79cb5d39-d83f-4d22-9d6b-c204defc7c06 , b6fe2003-19ac-4525-89ec-ffd1d54e2902 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:54:33.432Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "edb63c0b-726e-4482-ba02-71b5d00b451f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9186552-c13b-4b13-8944-734224255beb", "vfModuleModelCustomizationUUID": "cc834d0c-4599-42be-ad24-aab06a212e5e", "isBase": true, "artifacts": [ "58fbf02a-9cd8-4b68-adab-8f456a5fe87e", "79cb5d39-d83f-4d22-9d6b-c204defc7c06", "b6fe2003-19ac-4525-89ec-ffd1d54e2902" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T06:54:33.432Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9186552-c13b-4b13-8944-734224255beb VfModuleModelInvariantUUID:edb63c0b-726e-4482-ba02-71b5d00b451f VfModuleModelDescription:NULL Artifacts UUID List:{ 58fbf02a-9cd8-4b68-adab-8f456a5fe87e , 79cb5d39-d83f-4d22-9d6b-c204defc7c06 , b6fe2003-19ac-4525-89ec-ffd1d54e2902 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T06:54:33.432Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58fbf02a-9cd8-4b68-adab-8f456a5fe87e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-23T06:54:33.432Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:33.433Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-23T06:54:33.523Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:33.523Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 58fbf02a-9cd8-4b68-adab-8f456a5fe87e 1164 2022-11-23T06:54:33.524Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-23T06:54:33.524Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-23T06:54:33.524Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:33.524Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:33.527Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:33.528Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186473524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:33.627Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:54:33.628Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:33.628Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:33.642Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:33.643Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:34.529Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6fe2003-19ac-4525-89ec-ffd1d54e2902 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-23T06:54:34.529Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:54:34.530Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-23T06:54:34.577Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:54:34.578Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b6fe2003-19ac-4525-89ec-ffd1d54e2902 200 2022-11-23T06:54:34.578Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-23T06:54:34.578Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-23T06:54:34.578Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:54:34.578Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:34.581Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:34.581Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186474578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:54:34.681Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:34.682Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:34.682Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:34.695Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:34.696Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:54:35.582Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ef798b8a-8683-403f-a1d5-d5ee979e38ae 2022-11-23T06:54:35.582Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c41a5ad9-4e41-4a43-8d22-56fd0041ed8f 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 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=? 2022-11-23T06:54:35.598Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:54:35.601Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5680e9e1, org.onap.sdc.toscaparser.api.parameters.Input@35512862, org.onap.sdc.toscaparser.api.parameters.Input@19a8b249, org.onap.sdc.toscaparser.api.parameters.Input@cc885b0, org.onap.sdc.toscaparser.api.parameters.Input@5dd6aa29] 2022-11-23T06:54:35.603Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.603Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.603Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-23T06:54:35.604Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 2022-11-23T06:54:35.604Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 matches Tosca VF Customization UUID: db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 2022-11-23T06:54:35.604Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T06:54:35.607Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.607Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.608Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id db82a9f6-a86d-4dc1-9e32-3a249c3b6e90: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-23T06:54:35.608Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75b3b043 2022-11-23T06:54:35.608Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.608Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T06:54:35.608Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc834d0c-4599-42be-ad24-aab06a212e5e 2022-11-23T06:54:35.609Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc834d0c-4599-42be-ad24-aab06a212e5e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T06:54:35.611Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:35.612Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.613Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-23T06:54:35.613Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-23T06:54:35.613Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7500d3b9-1d3c-4f3d-9107-a49937e31d80 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-23T06:54:35.616Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=db82a9f6-a86d-4dc1-9e32-3a249c3b6e90 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:54:35.618Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.618Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.618Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ef798b8a-8683-403f-a1d5-d5ee979e38ae: basic_cnf 2022-11-23T06:54:35.618Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.619Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.619Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.619Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.619Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.619Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.620Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.620Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.620Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:54:35.620Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:54:35.620Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T06:54:35.679Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c41a5ad9-4e41-4a43-8d22-56fd0041ed8f 1 ASDC deployResourceStructure 2022-11-23T06:54:35.680Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-23T06:54:35.680Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-23T06:54:35.680Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-23T06:54:35.681Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:35.682Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:35.683Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186475679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T06:54:35.783Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:35.784Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:35.784Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:35.795Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:35.795Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:36.684Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-23T06:54:36.685Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-23T06:54:36.685Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-23T06:54:36.686Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:36.688Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:36.689Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186476684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T06:54:36.788Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:54:36.789Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:36.789Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:36.800Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:36.800Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:37.690Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-23T06:54:37.691Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-23T06:54:37.691Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:54:37.692Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:37.695Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:37.695Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186477690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:54:37.795Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T06:54:37.796Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:37.796Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:37.808Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:37.808Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:38.698Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-23T06:54:38.699Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-23T06:54:38.699Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:54:38.699Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:38.702Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:38.703Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186478698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:54:38.804Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T06:54:38.804Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:38.805Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:38.814Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:38.815Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:54:39.705Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-23T06:54:39.706Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-23T06:54:39.706Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:54:39.707Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:39.710Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:39.710Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186479705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-23T06:54:39.811Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:54:39.812Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:39.812Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:39.828Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:39.828Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:54:40.711Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-23T06:54:40.712Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-23T06:54:40.712Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:54:40.712Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:54:40.717Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:54:40.717Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186480711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:54:40.815Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-23T06:54:40.815Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:54:40.816Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:54:40.826Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:54:40.826Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:54:41.717Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e5f62c-9ae6-41fe-8517-0463e5b31d98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:54:41.729Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e5f62c-9ae6-41fe-8517-0463e5b31d98 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:54:41.732Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:54:41.733Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:54:41.733Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:54:41.733Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:54:41.738Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:55:11.739Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:55:11.752Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and serviceModelVersionId: ef798b8a-8683-403f-a1d5-d5ee979e38ae 2022-11-23T06:55:11.752Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bafe063-30ce-433c-a3a9-f7eebe86dae9 2022-11-23T06:55:11.753Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0 2022-11-23T06:55:11.757Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:55:11.829Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0|INFO|500||Invoke 2022-11-23T06:55:11.830Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7e5f62c-9ae6-41fe-8517-0463e5b31d98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c24c86bf-350d-4a6c-a906-4a4e63313851], X-ECOMP-RequestID=[c7e5f62c-9ae6-41fe-8517-0463e5b31d98], X-TransactionId=[], X-ONAP-RequestID=[c7e5f62c-9ae6-41fe-8517-0463e5b31d98], Content-Type=[application/merge-patch+json]} 2022-11-23T06:55:11.857Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:55:11.972Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?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/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221123-06:55:12:442-88228], vertex-id=[245880], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:55:12 GMT], Content-Type=[application/json]} 2022-11-23T06:55:11.973Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:55:11.973Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2bafe063-30ce-433c-a3a9-f7eebe86dae9/model-vers/model-ver/ef798b8a-8683-403f-a1d5-d5ee979e38ae?depth=0|INFO|500||InvokeReturn 2022-11-23T06:55:11.979Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:55:11.979Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:55:11.988Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:55:11.989Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e5f62c-9ae6-41fe-8517-0463e5b31d98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:55:11.989Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:55:11.989Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:11.992Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:11.992Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186511989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:55:12.092Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:12.093Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:12.093Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:12.108Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:12.109Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:55:13.012Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T06:55:13.012Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c60340d-6297-48c6-a2a3-4103f7163c07","serviceName":"Demo_pNF_bQdiLjcsvt4GFEUmy8Kt","serviceVersion":"1.0","serviceUUID":"c3e64961-fd39-4312-8812-a69338a05c21","serviceDescription":"catalog service description","serviceInvariantUUID":"4bb39e8e-db37-48a1-95e9-827d197fbe1e","resources":[{"resourceInstanceName":"pNF 5f750e96-6b36 0","resourceName":"pNF 5f750e96-6b36","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"86b76a00-9870-455a-9f65-7b71878989c7","resourceInvariantUUID":"6902ebcb-5d44-4c11-a9d3-7a5cfbf4e9e5","resourceCustomizationUUID":"fde1d651-45cc-4b54-bc13-15710d1e9e0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml","artifactChecksum":"MTIyNzI1ZjBlNGJkMzU2ZTJjZmRmNmIxYjMyMjE4Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89612fcb-0558-40bd-86a5-08bbf192d965","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar","artifactChecksum":"YjI0NDBlNTM0NGU1Yjg0YWU5ZGVmNjhjM2YxYTM4N2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7601d312-5bb9-4abf-b63a-832ec058a01d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"577bc762-2ed6-4bb3-8d0c-ed45eda47581","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml","artifactChecksum":"ZTBmODMwN2Q0MDhjMzYyZTRlZGE1YTFkMmI0MTE3ZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6627a29d-cfe8-470c-a608-c16a783a5116","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a82d154d-b3c2-4895-b738-2f9a51c0f8f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8c5ef31-a5c4-4f61-aef3-28c9ed7377d3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml","artifactChecksum":"ZjY5MjJlZWY2YTAzNzYwYWU5ZjQxYWJkODkxMTFmYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80c97d7a-30de-46d1-97b7-089f0621e9fc","artifactVersion":"1"},{"artifactName":"service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar","artifactChecksum":"NTkwYTgyNzQ2OTg5ODNkMjhhNGQ1MzdmNDExOTA0M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"693bb69b-eb00-4c8a-a15f-c33a902f1bcf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T06:55:13.013Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:13.013Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:13.015Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:13.015Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:13.115Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:13.116Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:13.116Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:13.128Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:13.129Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:55:14.016Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:14.017Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:14.019Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:14.019Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:14.119Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:14.120Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:14.120Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:14.133Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:14.133Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:15.020Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:15.020Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:15.023Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:15.023Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:15.123Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:15.124Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:15.124Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:15.140Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:15.140Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:55:16.024Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:16.025Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:16.026Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:16.027Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:16.127Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:16.128Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:16.128Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:16.143Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:16.143Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:17.027Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:17.028Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:17.030Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:17.030Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:17.130Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:17.131Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:17.131Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:17.149Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:17.150Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:55:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:55:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:17.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:17.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-23T06:55:17.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "38d3667b-0456-4d5c-8b49-b4c32cf2e45e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186452295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:55:17.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:55:18.030Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:18.031Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:18.034Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:18.034Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:18.134Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:18.135Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:18.135Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:18.147Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:18.147Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T06:55:19.035Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:19.035Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:19.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:19.038Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:55:19.138Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:19.140Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:19.140Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:19.152Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:19.153Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:20.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T06:55:20.039Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:20.042Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:20.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:55:20.143Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:20.144Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:20.144Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:20.155Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:20.155Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:21.043Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "serviceName": "Demo_pNF_bQdiLjcsvt4GFEUmy8Kt", "serviceVersion": "1.0", "serviceUUID": "c3e64961-fd39-4312-8812-a69338a05c21", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4bb39e8e-db37-48a1-95e9-827d197fbe1e", "resources": [ { "resourceInstanceName": "pNF 5f750e96-6b36 0", "resourceCustomizationUUID": "fde1d651-45cc-4b54-bc13-15710d1e9e0c", "resourceName": "pNF 5f750e96-6b36", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "86b76a00-9870-455a-9f65-7b71878989c7", "resourceInvariantUUID": "6902ebcb-5d44-4c11-a9d3-7a5cfbf4e9e5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "artifactChecksum": "NTkwYTgyNzQ2OTg5ODNkMjhhNGQ1MzdmNDExOTA0M2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "693bb69b-eb00-4c8a-a15f-c33a902f1bcf" } ], "workloadContext": "Production" } 2022-11-23T06:55:21.044Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T06:55:21.045Z|c7e5f62c-9ae6-41fe-8517-0463e5b31d98|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c3e64961-fd39-4312-8812-a69338a05c21 ASDC 2022-11-23T06:55:21.046Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:5c60340d-6297-48c6-a2a3-4103f7163c07 ServiceName:Demo_pNF_bQdiLjcsvt4GFEUmy8Kt ServiceVersion:1.0 ServiceUUID:c3e64961-fd39-4312-8812-a69338a05c21 ServiceInvariantUUID:4bb39e8e-db37-48a1-95e9-827d197fbe1e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar ArtifactUUID:693bb69b-eb00-4c8a-a15f-c33a902f1bcf ArtifactChecksum:NTkwYTgyNzQ2OTg5ODNkMjhhNGQ1MzdmNDExOTA0M2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5f750e96-6b36 0 ResourceCustomizationUUID:fde1d651-45cc-4b54-bc13-15710d1e9e0c ResourceInvariantUUID:6902ebcb-5d44-4c11-a9d3-7a5cfbf4e9e5 ResourceName:pNF 5f750e96-6b36 ResourceType:PNF ResourceUUID:86b76a00-9870-455a-9f65-7b71878989c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-23T06:55:21.046Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3e64961-fd39-4312-8812-a69338a05c21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:55:21.092Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:55:21.093Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:55:21.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:55:21.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 693bb69b-eb00-4c8a-a15f-c33a902f1bcf from URL: /sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:21.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T06:55:21.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:21.234Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T06:55:21.240Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 693bb69b-eb00-4c8a-a15f-c33a902f1bcf 87778 2022-11-23T06:55:21.240Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar ASDC sendASDCNotification 2022-11-23T06:55:21.241Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:21.241Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T06:55:21.241Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:21.244Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:21.244Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186521240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:55:21.344Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:21.345Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:21.345Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:21.357Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:21.358Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:22.245Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T06:55:22.246Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T06:55:22.246Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 693bb69b-eb00-4c8a-a15f-c33a902f1bcf, URL: /sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar to file: /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:22.247Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:22.247Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:22.248Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:22.416Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6553869694525785273/Definitions/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml 2022-11-23T06:55:23.184Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T06:55:23.184Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||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-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||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-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.185Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5f750e96-6b36 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-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Node template pNF 5f750e96-6b36 0 is matching search criteria 2022-11-23T06:55:23.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:55:23.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5f750e96-6b36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:55:23.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.188Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.188Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Node template pNF 5f750e96-6b36 0 is matching search criteria 2022-11-23T06:55:23.188Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T06:55:23.188Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5f750e96-6b36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T06:55:23.188Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.189Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.189Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.189Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.190Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.190Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.190Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.190Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.191Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.191Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.191Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bQdiLjcsvt4GFEUmy8Kt Description:catalog service description Model UUID:c3e64961-fd39-4312-8812-a69338a05c21 Model Version:NULL Model InvariantUuid:4bb39e8e-db37-48a1-95e9-827d197fbe1e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T06:55:23.197Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 86b76a00-9870-455a-9f65-7b71878989c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:55:23.201Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||pNF 5f750e96-6b36 0 2022-11-23T06:55:23.201Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 86b76a00-9870-455a-9f65-7b71878989c7 2022-11-23T06:55:23.201Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c3e64961-fd39-4312-8812-a69338a05c21 2022-11-23T06:55:23.201Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c3e64961-fd39-4312-8812-a69338a05c21 2022-11-23T06:55:23.201Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5f750e96-6b36 0 86b76a00-9870-455a-9f65-7b71878989c7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:55:23.208Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b2a0e92, org.onap.sdc.toscaparser.api.parameters.Input@54652baa, org.onap.sdc.toscaparser.api.parameters.Input@3e66abe5, org.onap.sdc.toscaparser.api.parameters.Input@295ad5ff, org.onap.sdc.toscaparser.api.parameters.Input@22f10d8] 2022-11-23T06:55:23.208Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.208Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.209Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c3e64961-fd39-4312-8812-a69338a05c21: pNF 5f750e96-6b36 2022-11-23T06:55:23.209Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Processing PNF resource: 86b76a00-9870-455a-9f65-7b71878989c7 2022-11-23T06:55:23.209Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T06:55:23.209Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_bQdiLjcsvt4GFEUmy8Kt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T06:55:23.210Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||Resource customization UUID: fde1d651-45cc-4b54-bc13-15710d1e9e0c is the same as notified resource customizationUUID: fde1d651-45cc-4b54-bc13-15710d1e9e0c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-23T06:55:23.247Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5f750e96-6b36 86b76a00-9870-455a-9f65-7b71878989c7 0 ASDC deployResourceStructure 2022-11-23T06:55:23.247Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar ASDC sendASDCNotification 2022-11-23T06:55:23.247Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar 2022-11-23T06:55:23.248Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T06:55:23.248Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:23.250Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:23.250Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186523247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:55:23.350Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:23.353Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:23.353Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:23.372Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:23.373Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-23T06:55:24.251Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c60340d-6297-48c6-a2a3-4103f7163c07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:55:24.263Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c60340d-6297-48c6-a2a3-4103f7163c07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:55:24.266Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:55:24.267Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:55:24.267Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:55:24.267Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T06:55:24.267Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T06:55:24.272Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T06:55:54.272Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c60340d-6297-48c6-a2a3-4103f7163c07 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T06:55:54.278Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c60340d-6297-48c6-a2a3-4103f7163c07 and serviceModelVersionId: c3e64961-fd39-4312-8812-a69338a05c21 2022-11-23T06:55:54.278Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bb39e8e-db37-48a1-95e9-827d197fbe1e 2022-11-23T06:55:54.279Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0 2022-11-23T06:55:54.282Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T06:55:54.331Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-23T06:55:54.334Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0|INFO|500||Invoke 2022-11-23T06:55:54.358Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T06:55:54.485Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0|INFO|500||InvokeReturn 2022-11-23T06:55:54.485Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bb39e8e-db37-48a1-95e9-827d197fbe1e/model-vers/model-ver/c3e64961-fd39-4312-8812-a69338a05c21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-06:55:54:951-59017], vertex-id=[266392], Content-Length=[0], Date=[Wed, 23 Nov 2022 06:55:54 GMT], Content-Type=[application/json]} 2022-11-23T06:55:54.486Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-23T06:55:54.486Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T06:55:54.486Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T06:55:54.492Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T06:55:54.493Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c60340d-6297-48c6-a2a3-4103f7163c07 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T06:55:54.493Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T06:55:54.493Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T06:55:54.495Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T06:55:54.496Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186554493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:55:54.596Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T06:55:54.597Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T06:55:54.597Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:55:54.618Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:55:54.619Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T06:55:55.507Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:55:55.508Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:55:55.508Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:56:05.093Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:56:05.093Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:56:05.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:56:05.094Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:56:14.639Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:56:14.640Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:56:14.641Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:56:14.641Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:56:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:56:17.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:56:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:56:17.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:56:17.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T06:56:17.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:56:17.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T06:56:24.186Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:56:24.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:56:24.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:56:24.187Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:56:33.725Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:57:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:57:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:57:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:57:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:57:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:57:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:57:17.709Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:57:17.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-23T06:57:17.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-23T06:57:17.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-23T06:57:17.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186466977, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186470216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186471302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186472418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186473524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186474578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186475679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186476684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186477690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186478698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186479705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-23T06:57:17.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186480711, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c7e5f62c-9ae6-41fe-8517-0463e5b31d98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186511989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:57:17.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-23T06:57:27.233Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:58:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:58:17.682Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:58:17.682Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:58:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:58:17.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:58:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:58:18.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:58:18.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/resourceInstances/pnf5f750e966b360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T06:58:18.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:58:18.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T06:58:18.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:58:18.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186453315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "NOTIFIED" } 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186521240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186523247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBqdiljcsvt4gfeumy8kt/1.0/artifacts/service-DemoPnfBqdiljcsvt4gfeumy8kt-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-23T06:58:18.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c60340d-6297-48c6-a2a3-4103f7163c07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186554493, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T06:58:18.216Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T06:58:27.253Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:59:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:59:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:59:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:59:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T06:59:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T06:59:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T06:59:27.250Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T06:59:27.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:00:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:00:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:00:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:00:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:00:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:00:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:00:27.231Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:00:27.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:01:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:01:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:01:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:01:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:01:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:01:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:01:27.221Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:01:27.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:02:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:02:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:02:17.681Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:02:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:02:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:02:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:02:27.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:02:27.244Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:17.679Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:03:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:03:17.680Z|5c60340d-6297-48c6-a2a3-4103f7163c07|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:03:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:03:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:18.306Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:18.308Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.308Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"812d236f-117d-4742-ac9c-1c0531a69ee2","serviceName":"Demo_pNF_omo3jgmg20aVjx1G3bBo","serviceVersion":"1.0","serviceUUID":"88fd0705-98f5-49f7-ab2c-fea1307756be","serviceDescription":"catalog service description","serviceInvariantUUID":"f781f8a8-4133-4f67-950d-b9c626f371e0","resources":[{"resourceInstanceName":"pNF 8e291cc3-2cec 0","resourceName":"pNF 8e291cc3-2cec","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a","resourceInvariantUUID":"d6e973e2-d2f0-47a0-b695-2829b69e741f","resourceCustomizationUUID":"027c193b-7bff-4b12-bccc-a0e09275712b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml","artifactChecksum":"OWNiZDJlMDA3NGZmMmQwMmE2OTI2YWM2OTQwOTVjMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10680818-e1a5-4eb7-bf82-52ab09c1de75","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar","artifactChecksum":"YjI0NDBlNTM0NGU1Yjg0YWU5ZGVmNjhjM2YxYTM4N2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e086d868-cb3e-4641-8c24-cddb62ea9914","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5315c89e-4656-4bae-b01c-cb744d6f6077","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml","artifactChecksum":"MmY3Zjg5OTJkYzg1ZDRmN2NhY2ZmMWYwNWE2MDg1NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"297faf03-1c9f-4eea-9768-47d193e19f90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2c62761-771d-476e-a070-28933f6b69a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b559ce57-a4aa-45d7-9be9-5202c7671081","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml","artifactChecksum":"ZjA2N2ZiODllODIyZjZlMmNkMzcyNjNjMjFhODU5YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc54f5df-f67f-4729-9ecc-83fda4b3fcfd","artifactVersion":"1"},{"artifactName":"service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar","artifactChecksum":"Y2FlNDZiZTE4ZWEzY2IxOWZjMGVkOGNlMzMwMmU3ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7fbf46a2-20dd-4639-afbb-f817d690abf3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T07:03:18.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:18.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.313Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:18.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.314Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:18.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186985282, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186983537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:03:18.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:03:18.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:03:18.324Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:18.324Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:18.427Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-23T07:03:18.428Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:18.429Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:18.439Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:18.439Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:19.325Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:19.326Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:19.328Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:19.329Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:19.429Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:19.430Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:19.430Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:19.442Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:19.443Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:20.330Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:20.330Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:20.333Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:20.333Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:20.433Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:20.434Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:20.434Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:20.445Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:20.446Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:03:21.333Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:21.335Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:21.337Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:21.337Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:21.437Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:21.438Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:21.438Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:21.450Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:21.450Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:22.338Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:22.338Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:22.341Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:22.341Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:22.441Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:22.442Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:22.442Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:22.454Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:22.454Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:23.341Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:23.342Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:23.345Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:23.345Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:23.445Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:23.446Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:23.446Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:23.457Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:23.458Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:24.345Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:24.348Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:24.350Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:24.350Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:03:24.450Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:24.451Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:24.452Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:24.463Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:24.464Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:25.351Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:03:25.352Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:25.354Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:25.355Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:03:25.456Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:03:25.457Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:25.457Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:25.469Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:25.470Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:26.356Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "serviceName": "Demo_pNF_omo3jgmg20aVjx1G3bBo", "serviceVersion": "1.0", "serviceUUID": "88fd0705-98f5-49f7-ab2c-fea1307756be", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f781f8a8-4133-4f67-950d-b9c626f371e0", "resources": [ { "resourceInstanceName": "pNF 8e291cc3-2cec 0", "resourceCustomizationUUID": "027c193b-7bff-4b12-bccc-a0e09275712b", "resourceName": "pNF 8e291cc3-2cec", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a", "resourceInvariantUUID": "d6e973e2-d2f0-47a0-b695-2829b69e741f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "artifactChecksum": "Y2FlNDZiZTE4ZWEzY2IxOWZjMGVkOGNlMzMwMmU3ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7fbf46a2-20dd-4639-afbb-f817d690abf3" } ], "workloadContext": "Production" } 2022-11-23T07:03:26.357Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T07:03:26.357Z|5c60340d-6297-48c6-a2a3-4103f7163c07|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88fd0705-98f5-49f7-ab2c-fea1307756be ASDC 2022-11-23T07:03:26.358Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:812d236f-117d-4742-ac9c-1c0531a69ee2 ServiceName:Demo_pNF_omo3jgmg20aVjx1G3bBo ServiceVersion:1.0 ServiceUUID:88fd0705-98f5-49f7-ab2c-fea1307756be ServiceInvariantUUID:f781f8a8-4133-4f67-950d-b9c626f371e0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar ArtifactUUID:7fbf46a2-20dd-4639-afbb-f817d690abf3 ArtifactChecksum:Y2FlNDZiZTE4ZWEzY2IxOWZjMGVkOGNlMzMwMmU3ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8e291cc3-2cec 0 ResourceCustomizationUUID:027c193b-7bff-4b12-bccc-a0e09275712b ResourceInvariantUUID:d6e973e2-d2f0-47a0-b695-2829b69e741f ResourceName:pNF 8e291cc3-2cec ResourceType:PNF ResourceUUID:d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-23T07:03:26.359Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88fd0705-98f5-49f7-ab2c-fea1307756be ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:03:26.407Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:03:26.408Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T07:03:26.408Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T07:03:26.408Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7fbf46a2-20dd-4639-afbb-f817d690abf3 from URL: /sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:26.408Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-23T07:03:26.409Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:26.492Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-23T07:03:26.513Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 7fbf46a2-20dd-4639-afbb-f817d690abf3 87757 2022-11-23T07:03:26.515Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar ASDC sendASDCNotification 2022-11-23T07:03:26.516Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:26.516Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:03:26.516Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:26.519Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:26.519Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187006515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:03:26.619Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:26.620Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:26.620Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:26.632Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:26.633Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:27.519Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:03:27.521Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-23T07:03:27.521Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7fbf46a2-20dd-4639-afbb-f817d690abf3, URL: /sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar to file: /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:27.521Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:27.522Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:27.522Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:27.809Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12964098584179890712/Definitions/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml 2022-11-23T07:03:28.719Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||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-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||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-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e291cc3-2cec 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-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-23T07:03:28.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Node template pNF 8e291cc3-2cec 0 is matching search criteria 2022-11-23T07:03:28.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T07:03:28.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8e291cc3-2cec 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Node template pNF 8e291cc3-2cec 0 is matching search criteria 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8e291cc3-2cec 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_omo3jgmg20aVjx1G3bBo Description:catalog service description Model UUID:88fd0705-98f5-49f7-ab2c-fea1307756be Model Version:NULL Model InvariantUuid:f781f8a8-4133-4f67-950d-b9c626f371e0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T07:03:28.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:03:28.737Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||pNF 8e291cc3-2cec 0 2022-11-23T07:03:28.738Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a 2022-11-23T07:03:28.738Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 88fd0705-98f5-49f7-ab2c-fea1307756be 2022-11-23T07:03:28.738Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 88fd0705-98f5-49f7-ab2c-fea1307756be 2022-11-23T07:03:28.738Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e291cc3-2cec 0 d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:03:28.743Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb181fa, org.onap.sdc.toscaparser.api.parameters.Input@5d39d5b9, org.onap.sdc.toscaparser.api.parameters.Input@67a41945, org.onap.sdc.toscaparser.api.parameters.Input@73a218e4, org.onap.sdc.toscaparser.api.parameters.Input@244bf93b] 2022-11-23T07:03:28.744Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.744Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.744Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 88fd0705-98f5-49f7-ab2c-fea1307756be: pNF 8e291cc3-2cec 2022-11-23T07:03:28.745Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Processing PNF resource: d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a 2022-11-23T07:03:28.745Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:03:28.745Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_omo3jgmg20aVjx1G3bBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:03:28.745Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Resource customization UUID: 027c193b-7bff-4b12-bccc-a0e09275712b is the same as notified resource customizationUUID: 027c193b-7bff-4b12-bccc-a0e09275712b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-23T07:03:28.790Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e291cc3-2cec d28d491d-7a8c-4f2e-ac0e-181c1dc33a5a 0 ASDC deployResourceStructure 2022-11-23T07:03:28.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar ASDC sendASDCNotification 2022-11-23T07:03:28.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar 2022-11-23T07:03:28.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:03:28.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:03:28.794Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:03:28.794Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187008791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:03:28.894Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:03:28.895Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:03:28.895Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:03:28.906Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:03:28.906Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:03:29.795Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:03:29.806Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:03:29.808Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:03:29.808Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:03:29.808Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:03:59.808Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:03:59.818Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:03:59.820Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:03:59.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:03:59.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:04:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:04:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:04:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:04:17.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:04:17.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:04:17.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:04:17.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:04:29.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:04:29.830Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:04:29.831Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:04:29.831Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:04:29.831Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:04:59.832Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:04:59.842Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:04:59.844Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:04:59.844Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:04:59.844Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:05:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:05:17.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:05:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:05:18.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:05:18.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186998841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669186999402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:05:18.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669186999883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:05:18.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187001122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:05:18.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "ves-openapi-manager", "timestamp": 1669187000887, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:05:18.230Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 812d236f-117d-4742-ac9c-1c0531a69ee2 2022-11-23T07:05:18.230Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 812d236f-117d-4742-ac9c-1c0531a69ee2 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:05:18.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187002140, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:05:18.249Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 812d236f-117d-4742-ac9c-1c0531a69ee2 2022-11-23T07:05:18.250Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 812d236f-117d-4742-ac9c-1c0531a69ee2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669186995284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669186996288, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669187004052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:05:18.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/resourceInstances/pnf8e291cc32cec0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669187005044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "cds", "timestamp": 1669187005062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:05:18.268Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 812d236f-117d-4742-ac9c-1c0531a69ee2 2022-11-23T07:05:18.269Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 812d236f-117d-4742-ac9c-1c0531a69ee2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669186997679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:05:18.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "multicloud-k8s-id", "timestamp": 1669187000022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187006515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187008791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669187010606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOmo3jgmg20avjx1g3bbo/1.0/artifacts/service-DemoPnfOmo3jgmg20avjx1g3bbo-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:05:18.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:05:18.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "aai-ml", "timestamp": 1669187011611, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:05:18.285Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 812d236f-117d-4742-ac9c-1c0531a69ee2 2022-11-23T07:05:18.286Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 812d236f-117d-4742-ac9c-1c0531a69ee2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:05:29.844Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:05:29.859Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:05:29.861Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:05:29.862Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:05:29.863Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:05:29.863Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:05:29.863Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:05:29.868Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T07:05:59.869Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T07:05:59.882Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 812d236f-117d-4742-ac9c-1c0531a69ee2 and serviceModelVersionId: 88fd0705-98f5-49f7-ab2c-fea1307756be 2022-11-23T07:05:59.882Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f781f8a8-4133-4f67-950d-b9c626f371e0 2022-11-23T07:05:59.884Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0 2022-11-23T07:05:59.889Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T07:05:59.941Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0|INFO|500||Invoke 2022-11-23T07:05:59.942Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[812d236f-117d-4742-ac9c-1c0531a69ee2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28bfddd7-5bab-43ba-9f17-ec69b8a37145], X-ECOMP-RequestID=[812d236f-117d-4742-ac9c-1c0531a69ee2], X-TransactionId=[], X-ONAP-RequestID=[812d236f-117d-4742-ac9c-1c0531a69ee2], Content-Type=[application/merge-patch+json]} 2022-11-23T07:05:59.964Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T07:06:00.075Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?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/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221123-07:06:00:560-28645], vertex-id=[270472], Content-Length=[0], Date=[Wed, 23 Nov 2022 07:06:00 GMT], Content-Type=[application/json]} 2022-11-23T07:06:00.075Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T07:06:00.076Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f781f8a8-4133-4f67-950d-b9c626f371e0/model-vers/model-ver/88fd0705-98f5-49f7-ab2c-fea1307756be?depth=0|INFO|500||InvokeReturn 2022-11-23T07:06:00.077Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T07:06:00.077Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:06:00.081Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-23T07:06:00.081Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 812d236f-117d-4742-ac9c-1c0531a69ee2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T07:06:00.081Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T07:06:00.082Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:06:00.084Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:06:00.084Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187160081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:06:00.184Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:06:00.185Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:06:00.185Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:06:00.201Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:06:00.201Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:06:01.102Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:06:01.103Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:06:01.103Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:06:11.379Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:06:11.380Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:06:11.381Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:06:11.381Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:06:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:06:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:06:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:06:18.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:06:18.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:06:18.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "812d236f-117d-4742-ac9c-1c0531a69ee2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187160081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:06:18.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:06:20.915Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:06:20.916Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:06:20.916Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:06:20.916Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:06:30.477Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:07:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:07:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:07:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:07:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:07:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:07:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:07:27.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:07:27.226Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:08:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:08:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:08:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:08:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:08:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:08:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:08:27.221Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:08:27.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:09:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:09:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:09:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:09:17.682Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:09:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:09:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:09:27.230Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:09:27.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:10:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:10:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:10:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:10:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:10:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:10:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:10:27.268Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:10:27.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:11:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:11:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:11:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:11:17.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:11:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:11:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:11:27.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:11:27.231Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:12:17.679Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:12:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:12:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:12:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:12:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:12:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:12:27.224Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:12:27.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:13:17.679Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:13:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:13:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:13:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:13:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:13:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:13:27.223Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:13:27.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:14:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:14:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:14:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:14:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:14:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:14:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:14:27.221Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:14:27.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:15:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:15:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:15:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:15:17.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:15:17.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:15:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:15:27.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:15:27.280Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:16:17.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:16:17.681Z||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-11-23T07:16:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:16:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:16:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:16:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:16:27.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:16:27.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:17:17.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:17:17.681Z||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-11-23T07:17:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:17:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:17:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:17:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:17:27.234Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:17:27.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:17.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:18:17.681Z||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-11-23T07:18:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:17.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:18:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:18:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:17.808Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:18.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:18.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e4e80530-57cd-47ad-8344-9b6110feb86e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a994d5f1-fcd7-4275-86bc-c42356a5363a","serviceDescription":"service","serviceInvariantUUID":"70c350ab-7f6a-4cdf-a526-31dab231aaeb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa22f356-302d-4c3a-a149-843954d85d10","resourceInvariantUUID":"a2648f69-e291-4940-9e62-712cb705536a","resourceCustomizationUUID":"9795916f-8555-41ff-99dd-6dccb6c5a19b","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":"MmZiZjkzZjM0MGY5MTY0YjIwMzEzNjkzNTdjOWNlM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a45d18a3-79d6-495d-81fe-e0a4a2d9a4d8","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":"YTA1NmVkNDFhMjE5ZWZkZTAzMzViYWM1YzU3NTgzZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd281fa8-891e-4bc6-bdf6-f6837ec9d23a","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":"b8becde5-7cc7-463e-8a23-a821f73f0c8f","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":"3051bc2a-b4ab-4b26-bf93-a99b8e30ddac","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":"d6d65c1b-1058-4f8a-a2c7-83546c21e938","artifactVersion":"2","generatedFromUUID":"b8becde5-7cc7-463e-8a23-a821f73f0c8f"},{"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":"MWFkNTYyZjUzZjY3MjA5ZWU2NzRlM2Q2ODkxMGFkYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"94c02677-d461-4b79-8702-3eea686f568e","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":"MGRhM2NhZDBkZmFlNTY0NWMyMjFiYWM3NTUwZDY3NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42207568-e6fd-4795-8b5d-ff5d08b5aa41","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWVjMWEyNmZmNGM4ZDgxYzQwNWRmNTZkZTlmOGQ1NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0044205-6bb9-4c17-a963-467eb0595c23","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T07:18:18.315Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:18.315Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:18.319Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:18.319Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187840022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "ves-openapi-manager", "timestamp": 1669187845282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187858017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187850284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187859078, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187858846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187860124, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187861151, "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-11-23T07:18:18.371Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e4e80530-57cd-47ad-8344-9b6110feb86e 2022-11-23T07:18:18.372Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4e80530-57cd-47ad-8344-9b6110feb86e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "multicloud-k8s-id", "timestamp": 1669187862158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:18:18.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "cds", "timestamp": 1669187861317, "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-11-23T07:18:18.390Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e4e80530-57cd-47ad-8344-9b6110feb86e 2022-11-23T07:18:18.390Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4e80530-57cd-47ad-8344-9b6110feb86e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187862312, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:18:18.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187864420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:18:18.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-23T07:18:18.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187865423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:18:18.409Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e4e80530-57cd-47ad-8344-9b6110feb86e 2022-11-23T07:18:18.409Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4e80530-57cd-47ad-8344-9b6110feb86e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.419Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.420Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.421Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-23T07:18:18.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187863164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187873937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187874996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187876048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187865284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "ves-openapi-manager", "timestamp": 1669187865282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187853535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187875036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187877114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187875912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187876580, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187878205, "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=? 2022-11-23T07:18:18.447Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:18.447Z||pool-100-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.454Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4108db4c-dfbb-4320-878f-2367b6f33deb 2022-11-23T07:18:18.455Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4108db4c-dfbb-4320-878f-2367b6f33deb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "cds", "timestamp": 1669187877320, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:18:18.469Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4108db4c-dfbb-4320-878f-2367b6f33deb 2022-11-23T07:18:18.469Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4108db4c-dfbb-4320-878f-2367b6f33deb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "multicloud-k8s-id", "timestamp": 1669187879210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:18:18.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187878748, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:18:18.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187879753, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:18:18.485Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4108db4c-dfbb-4320-878f-2367b6f33deb 2022-11-23T07:18:18.485Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4108db4c-dfbb-4320-878f-2367b6f33deb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187882944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:18:18.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:18.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "aai-ml", "timestamp": 1669187883947, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:18:18.513Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e4e80530-57cd-47ad-8344-9b6110feb86e 2022-11-23T07:18:18.513Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e4e80530-57cd-47ad-8344-9b6110feb86e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:18:18.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187866288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:18.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-23T07:18:18.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-23T07:18:18.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187895048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:18.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:18:19.320Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:19.321Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:19.323Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:19.323Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:18:19.424Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:19.425Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:19.425Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:19.444Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:19.444Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:18:20.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:20.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:20.327Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:20.327Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T07:18:20.429Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:18:20.430Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:20.430Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:20.453Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:20.454Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:21.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:21.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:21.331Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:21.331Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:21.431Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:21.432Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:21.432Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:21.452Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:21.453Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:22.332Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:22.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:22.336Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:22.336Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T07:18:22.436Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:22.437Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:22.438Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:22.449Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:22.450Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:23.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:23.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:23.340Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:23.340Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:23.440Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:23.441Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:23.441Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:23.455Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:23.455Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:24.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:24.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:24.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:24.344Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:18:24.444Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:24.445Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:24.446Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:24.457Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:24.458Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:18:25.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:18:25.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:25.347Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:25.347Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:18:25.448Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:25.449Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:25.449Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:25.464Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:25.464Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:18:26.349Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a994d5f1-fcd7-4275-86bc-c42356a5363a", "serviceDescription": "service", "serviceInvariantUUID": "70c350ab-7f6a-4cdf-a526-31dab231aaeb", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9795916f-8555-41ff-99dd-6dccb6c5a19b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa22f356-302d-4c3a-a149-843954d85d10", "resourceInvariantUUID": "a2648f69-e291-4940-9e62-712cb705536a", "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": "YTA1NmVkNDFhMjE5ZWZkZTAzMzViYWM1YzU3NTgzZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd281fa8-891e-4bc6-bdf6-f6837ec9d23a", "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": "b8becde5-7cc7-463e-8a23-a821f73f0c8f", "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": "d6d65c1b-1058-4f8a-a2c7-83546c21e938", "generatedFromUUID": "b8becde5-7cc7-463e-8a23-a821f73f0c8f" }, "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": "d6d65c1b-1058-4f8a-a2c7-83546c21e938", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWVjMWEyNmZmNGM4ZDgxYzQwNWRmNTZkZTlmOGQ1NTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0044205-6bb9-4c17-a963-467eb0595c23" } ], "workloadContext": "Production" } 2022-11-23T07:18:26.349Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T07:18:26.350Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a994d5f1-fcd7-4275-86bc-c42356a5363a ASDC 2022-11-23T07:18:26.351Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e4e80530-57cd-47ad-8344-9b6110feb86e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a994d5f1-fcd7-4275-86bc-c42356a5363a ServiceInvariantUUID:70c350ab-7f6a-4cdf-a526-31dab231aaeb 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:a0044205-6bb9-4c17-a963-467eb0595c23 ArtifactChecksum:NWVjMWEyNmZmNGM4ZDgxYzQwNWRmNTZkZTlmOGQ1NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9795916f-8555-41ff-99dd-6dccb6c5a19b ResourceInvariantUUID:a2648f69-e291-4940-9e62-712cb705536a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:fa22f356-302d-4c3a-a149-843954d85d10 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:dd281fa8-891e-4bc6-bdf6-f6837ec9d23a ArtifactChecksum:YTA1NmVkNDFhMjE5ZWZkZTAzMzViYWM1YzU3NTgzZDI= 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:b8becde5-7cc7-463e-8a23-a821f73f0c8f 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:d6d65c1b-1058-4f8a-a2c7-83546c21e938 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:d6d65c1b-1058-4f8a-a2c7-83546c21e938 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T07:18:26.352Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a994d5f1-fcd7-4275-86bc-c42356a5363a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:18:26.392Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:18:26.393Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:18:26.393Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:18:26.393Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0044205-6bb9-4c17-a963-467eb0595c23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-23T07:18:26.393Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:18:26.394Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:26.469Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:18:26.474Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a0044205-6bb9-4c17-a963-467eb0595c23 82615 2022-11-23T07:18:26.474Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:26.474Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:26.474Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:18:26.475Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:26.477Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:26.477Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187906474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:26.577Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:26.578Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:26.578Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:26.589Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:26.589Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:27.478Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:18:27.479Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:18:27.480Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a0044205-6bb9-4c17-a963-467eb0595c23, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:27.480Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-23T07:18:27.481Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:27.481Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:27.739Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11230914655989021608/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-23T07:18:29.045Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T07:18:29.046Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:18:29.046Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:29.046Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T07:18:29.046Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.047Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.047Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:29.047Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.047Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.047Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.048Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-23T07:18:29.048Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:18:29.048Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.048Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.049Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:29.049Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:18:29.049Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:18:29.050Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.050Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.050Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:29.051Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:18:29.051Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:18:29.051Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.051Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.052Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.052Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-23T07:18:29.052Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-23T07:18:29.052Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-23T07:18:29.053Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-23T07:18:29.053Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T07:18:29.053Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T07:18:29.053Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.053Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.054Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.054Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:29.054Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:29.054Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.055Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:29.055Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:29.055Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.055Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:29.056Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:29.056Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.056Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-23T07:18:29.056Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-23T07:18:29.057Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T07:18:29.057Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a70869db-d58d-450e-90f8-0480d7dad542 2022-11-23T07:18:29.057Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.057Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.057Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.058Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.058Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.058Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.058Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:29.059Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.059Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a994d5f1-fcd7-4275-86bc-c42356a5363a Model Version:NULL Model InvariantUuid:70c350ab-7f6a-4cdf-a526-31dab231aaeb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:01b42eca-28fb-4f81-a64f-32fabd41067a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a2648f69-e291-4940-9e62-712cb705536a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9795916f-8555-41ff-99dd-6dccb6c5a19b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:615bb7ee-df5c-442d-a118-4d03978ce96f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:94a999d3-0854-4455-a676-e36a06273a1b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a70869db-d58d-450e-90f8-0480d7dad542 ModelInvariantUuid:7fc72557-5a55-4337-a3f4-e1ca7cc2fb58 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ed372a7c-a4c1-4333-8fca-d5897c361cba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:14beb2d6-ca5f-4633-a5f7-46df6e7c05db ModelInvariantUuid:89f840b2-252a-4cda-b779-05f1b6b650ff ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:889d4f08-c8dd-40f1-a443-bdf8c734b0dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T07:18:29.069Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fa22f356-302d-4c3a-a149-843954d85d10 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:18:29.075Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-11-23T07:18:29.075Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa22f356-302d-4c3a-a149-843954d85d10 2022-11-23T07:18:29.075Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd281fa8-891e-4bc6-bdf6-f6837ec9d23a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-23T07:18:29.075Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:18:29.075Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.129Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:18:29.130Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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 dd281fa8-891e-4bc6-bdf6-f6837ec9d23a 792 2022-11-23T07:18:29.131Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.131Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:29.131Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:18:29.132Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:29.134Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:29.135Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187909131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:29.235Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:29.236Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:29.236Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:29.255Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:29.256Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:30.136Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "615bb7ee-df5c-442d-a118-4d03978ce96f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "94a999d3-0854-4455-a676-e36a06273a1b", "vfModuleModelCustomizationUUID": "0fbf5d1a-852c-4c65-bf19-2ca7a06f5160", "isBase": true, "artifacts": [ "b8becde5-7cc7-463e-8a23-a821f73f0c8f", "d6d65c1b-1058-4f8a-a2c7-83546c21e938" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T07:18:30.142Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:94a999d3-0854-4455-a676-e36a06273a1b VfModuleModelInvariantUUID:615bb7ee-df5c-442d-a118-4d03978ce96f VfModuleModelDescription:NULL Artifacts UUID List:{ b8becde5-7cc7-463e-8a23-a821f73f0c8f , d6d65c1b-1058-4f8a-a2c7-83546c21e938 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T07:18:30.144Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "615bb7ee-df5c-442d-a118-4d03978ce96f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "94a999d3-0854-4455-a676-e36a06273a1b", "vfModuleModelCustomizationUUID": "0fbf5d1a-852c-4c65-bf19-2ca7a06f5160", "isBase": true, "artifacts": [ "b8becde5-7cc7-463e-8a23-a821f73f0c8f", "d6d65c1b-1058-4f8a-a2c7-83546c21e938" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T07:18:30.144Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:94a999d3-0854-4455-a676-e36a06273a1b VfModuleModelInvariantUUID:615bb7ee-df5c-442d-a118-4d03978ce96f VfModuleModelDescription:NULL Artifacts UUID List:{ b8becde5-7cc7-463e-8a23-a821f73f0c8f , d6d65c1b-1058-4f8a-a2c7-83546c21e938 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-23T07:18:30.144Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8becde5-7cc7-463e-8a23-a821f73f0c8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-23T07:18:30.145Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:18:30.145Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:30.187Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:18:30.188Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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 b8becde5-7cc7-463e-8a23-a821f73f0c8f 5033 2022-11-23T07:18:30.188Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:30.188Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:30.189Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:18:30.189Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:30.191Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:30.191Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187910188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:30.291Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:30.292Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:30.292Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:30.304Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:30.304Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:31.192Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6d65c1b-1058-4f8a-a2c7-83546c21e938 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-23T07:18:31.192Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:18:31.192Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:31.236Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:18:31.237Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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 d6d65c1b-1058-4f8a-a2c7-83546c21e938 903 2022-11-23T07:18:31.237Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:31.237Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:31.238Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:18:31.238Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:31.241Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:31.241Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187911237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:18:31.342Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:18:31.344Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:31.344Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:31.357Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:31.357Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:32.242Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a994d5f1-fcd7-4275-86bc-c42356a5363a 2022-11-23T07:18:32.243Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 fa22f356-302d-4c3a-a149-843954d85d10 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:18:32.261Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f5bd80c, org.onap.sdc.toscaparser.api.parameters.Input@1cec1eb5, org.onap.sdc.toscaparser.api.parameters.Input@24634887, org.onap.sdc.toscaparser.api.parameters.Input@558e9aaa, org.onap.sdc.toscaparser.api.parameters.Input@24e4b3af] 2022-11-23T07:18:32.263Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.263Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.264Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-23T07:18:32.264Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9795916f-8555-41ff-99dd-6dccb6c5a19b 2022-11-23T07:18:32.273Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9795916f-8555-41ff-99dd-6dccb6c5a19b matches Tosca VF Customization UUID: 9795916f-8555-41ff-99dd-6dccb6c5a19b 2022-11-23T07:18:32.273Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9795916f-8555-41ff-99dd-6dccb6c5a19b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T07:18:32.277Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.278Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.279Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9795916f-8555-41ff-99dd-6dccb6c5a19b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-23T07:18:32.280Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47e2c964 2022-11-23T07:18:32.280Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.280Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.281Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fbf5d1a-852c-4c65-bf19-2ca7a06f5160 2022-11-23T07:18:32.281Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fbf5d1a-852c-4c65-bf19-2ca7a06f5160 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T07:18:32.285Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.285Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:32.286Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:32.286Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.286Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:32.286Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:32.287Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.287Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-23T07:18:32.287Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-23T07:18:32.288Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-23T07:18:32.288Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a70869db-d58d-450e-90f8-0480d7dad542 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-23T07:18:32.318Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.319Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:32.319Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:18:32.319Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.319Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-23T07:18:32.319Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9795916f-8555-41ff-99dd-6dccb6c5a19b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:18:32.321Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.321Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.322Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a994d5f1-fcd7-4275-86bc-c42356a5363a: basic_vm_macro 2022-11-23T07:18:32.322Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.322Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.322Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.323Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.323Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.323Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.323Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.323Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.324Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:18:32.324Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.324Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.543Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro fa22f356-302d-4c3a-a149-843954d85d10 1 ASDC deployResourceStructure 2022-11-23T07:18:32.544Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.544Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:32.544Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:18:32.544Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:32.547Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:32.547Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187912544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:18:32.647Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:18:32.650Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:32.651Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:32.671Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:32.672Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:33.548Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:33.549Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:33.549Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:18:33.549Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:33.552Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:33.552Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187913548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:18:33.652Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:33.653Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:33.653Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:33.685Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:33.686Z||pool-113-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:34.552Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:34.553Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:34.553Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:18:34.554Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:34.556Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:34.556Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187914552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-23T07:18:34.656Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:34.659Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:34.659Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:34.682Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:34.683Z||pool-114-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:18:35.557Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:35.557Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:35.558Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:18:35.558Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:18:35.560Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:18:35.560Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187915557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:18:35.661Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:18:35.662Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:18:35.662Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:18:35.679Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:18:35.680Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:18:36.561Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e4e80530-57cd-47ad-8344-9b6110feb86e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:18:36.574Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e4e80530-57cd-47ad-8344-9b6110feb86e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:18:36.576Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:18:36.577Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:18:36.582Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T07:19:06.583Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e4e80530-57cd-47ad-8344-9b6110feb86e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T07:19:06.593Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e4e80530-57cd-47ad-8344-9b6110feb86e and serviceModelVersionId: a994d5f1-fcd7-4275-86bc-c42356a5363a 2022-11-23T07:19:06.594Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c350ab-7f6a-4cdf-a526-31dab231aaeb 2022-11-23T07:19:06.595Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0 2022-11-23T07:19:06.616Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T07:19:06.677Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-23T07:19:06.679Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0|INFO|500||Invoke 2022-11-23T07:19:06.700Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T07:19:06.791Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0|INFO|500||InvokeReturn 2022-11-23T07:19:06.792Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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/70c350ab-7f6a-4cdf-a526-31dab231aaeb/model-vers/model-ver/a994d5f1-fcd7-4275-86bc-c42356a5363a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221123-07:19:07:307-92313], vertex-id=[262248], Content-Length=[0], Date=[Wed, 23 Nov 2022 07:19:07 GMT], Content-Type=[application/json]} 2022-11-23T07:19:06.792Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-23T07:19:06.793Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T07:19:06.793Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:19:06.798Z|e4e80530-57cd-47ad-8344-9b6110feb86e|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-11-23T07:19:06.798Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e4e80530-57cd-47ad-8344-9b6110feb86e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T07:19:06.798Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T07:19:06.799Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:06.803Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:06.803Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187946798, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:19:06.901Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-23T07:19:06.902Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:06.903Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:06.918Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:06.919Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:19:07.817Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T07:19:07.817Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4108db4c-dfbb-4320-878f-2367b6f33deb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d5195f82-995a-46b7-a386-7333ee2aef82","serviceDescription":"service","serviceInvariantUUID":"d9ec90ed-cb59-4de1-a840-682bb83c8cba","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee94cb94-e42a-4287-b5c6-4b296eaaccfb","resourceInvariantUUID":"5ee9665b-724c-4ff0-a8ac-531193843e99","resourceCustomizationUUID":"5e6c13a0-c2c1-4755-8a8e-761796a8f2ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODcyYTUyMmU1NzMyNWRmYjc2YzJmNjkxOGQ5M2UyMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6a6f1c2-1c26-449f-ae9f-3a1d7ed9293c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MTNjYzJlZmVjNmU4MzRhNzM5MzJjNTUwYzM5OWIyOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28a8307b-c4d3-48d4-b86c-f408f862a1f1","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aaa98a99-50f1-4b14-99ab-5ae84373f435","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6377872-e147-415e-9eed-4bc20800f800","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68c828a8-9db1-4698-b050-b3842ce8bb3c","artifactVersion":"2","generatedFromUUID":"5aa28853-d939-40ea-9b5b-22c4aff97afc"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f5757a3-6d2e-49ba-8496-03aba36b5dcc","artifactVersion":"2","generatedFromUUID":"aaa98a99-50f1-4b14-99ab-5ae84373f435"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5aa28853-d939-40ea-9b5b-22c4aff97afc","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5c33d0de-6d1f-422b-bb5e-94693809ba31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NWE5MDk0Zjg1ZTJiNzcyNWRkZDA2N2UwYjU2ZDExNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb594b4-60ce-4304-84d0-00c2b868bdd3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjhhYjZlZDlhNzNlOWVmMTQ5MmU5M2VkM2MwODc2NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac441025-82b3-4aa1-8350-67bf5aa43c96","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T07:19:07.818Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:07.818Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:07.820Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:07.820Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:19:07.921Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:19:07.922Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:07.922Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:07.935Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:07.935Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:08.821Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:08.822Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:08.825Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:08.825Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:19:08.925Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:08.926Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:08.926Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:08.938Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:08.938Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:09.826Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:09.827Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:09.830Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:09.830Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-23T07:19:09.930Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:19:09.932Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:09.932Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:09.943Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:09.944Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:10.831Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:10.832Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:10.834Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:10.834Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:19:10.934Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:10.935Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:10.935Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:10.947Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:10.947Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:19:11.835Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:11.835Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:11.837Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:11.837Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-23T07:19:11.938Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:19:11.938Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:11.939Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:11.950Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:11.950Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:12.838Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:12.838Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:12.840Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:12.847Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-23T07:19:12.941Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-23T07:19:12.942Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:12.942Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:12.970Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:12.970Z||pool-122-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:13.848Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:13.849Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:13.851Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:13.851Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-23T07:19:13.952Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:19:13.952Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:13.953Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:13.964Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:13.965Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:14.852Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:14.853Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:14.855Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:14.855Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:19:14.955Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:14.956Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:14.956Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:14.967Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:14.968Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:19:15.855Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:15.856Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:15.860Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:15.861Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:19:15.961Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:15.962Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:15.962Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:15.974Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:15.974Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:16.861Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:19:16.862Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:16.864Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:16.864Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:19:16.967Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-23T07:19:16.968Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:16.968Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:16.978Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:16.979Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:19:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:19:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:17.810Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:17.810Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:19:17.811Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:19:17.811Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:19:17.865Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d5195f82-995a-46b7-a386-7333ee2aef82", "serviceDescription": "service", "serviceInvariantUUID": "d9ec90ed-cb59-4de1-a840-682bb83c8cba", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "5e6c13a0-c2c1-4755-8a8e-761796a8f2ad", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee94cb94-e42a-4287-b5c6-4b296eaaccfb", "resourceInvariantUUID": "5ee9665b-724c-4ff0-a8ac-531193843e99", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MTNjYzJlZmVjNmU4MzRhNzM5MzJjNTUwYzM5OWIyOGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28a8307b-c4d3-48d4-b86c-f408f862a1f1", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aaa98a99-50f1-4b14-99ab-5ae84373f435", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f5757a3-6d2e-49ba-8496-03aba36b5dcc", "generatedFromUUID": "aaa98a99-50f1-4b14-99ab-5ae84373f435" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68c828a8-9db1-4698-b050-b3842ce8bb3c", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f5757a3-6d2e-49ba-8496-03aba36b5dcc", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5aa28853-d939-40ea-9b5b-22c4aff97afc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjhhYjZlZDlhNzNlOWVmMTQ5MmU5M2VkM2MwODc2NzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac441025-82b3-4aa1-8350-67bf5aa43c96" } ], "workloadContext": "Production" } 2022-11-23T07:19:17.866Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T07:19:17.866Z|e4e80530-57cd-47ad-8344-9b6110feb86e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d5195f82-995a-46b7-a386-7333ee2aef82 ASDC 2022-11-23T07:19:17.866Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4108db4c-dfbb-4320-878f-2367b6f33deb ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d5195f82-995a-46b7-a386-7333ee2aef82 ServiceInvariantUUID:d9ec90ed-cb59-4de1-a840-682bb83c8cba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:ac441025-82b3-4aa1-8350-67bf5aa43c96 ArtifactChecksum:YjhhYjZlZDlhNzNlOWVmMTQ5MmU5M2VkM2MwODc2NzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:5e6c13a0-c2c1-4755-8a8e-761796a8f2ad ResourceInvariantUUID:5ee9665b-724c-4ff0-a8ac-531193843e99 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:ee94cb94-e42a-4287-b5c6-4b296eaaccfb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:28a8307b-c4d3-48d4-b86c-f408f862a1f1 ArtifactChecksum:MTNjYzJlZmVjNmU4MzRhNzM5MzJjNTUwYzM5OWIyOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:aaa98a99-50f1-4b14-99ab-5ae84373f435 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:8f5757a3-6d2e-49ba-8496-03aba36b5dcc ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:68c828a8-9db1-4698-b050-b3842ce8bb3c ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:8f5757a3-6d2e-49ba-8496-03aba36b5dcc ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:5aa28853-d939-40ea-9b5b-22c4aff97afc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-23T07:19:17.866Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5195f82-995a-46b7-a386-7333ee2aef82 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:19:17.897Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:19:17.898Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:19:17.898Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:19:17.898Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac441025-82b3-4aa1-8350-67bf5aa43c96 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:17.898Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:17.898Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:17.962Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:17.969Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac441025-82b3-4aa1-8350-67bf5aa43c96 162967 2022-11-23T07:19:17.970Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-23T07:19:17.970Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:17.970Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:17.971Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:17.973Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:17.973Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187957970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:18.079Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-23T07:19:18.083Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:18.084Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:18.095Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:18.096Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:18.974Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:19:18.976Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:19:18.976Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ac441025-82b3-4aa1-8350-67bf5aa43c96, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:18.976Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-23T07:19:18.977Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:18.977Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:19.191Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11820003080234286679/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-23T07:19:20.380Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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-BasicCnfMacro-csar.csar 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:20.381Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:19:20.382Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.382Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.382Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.383Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:19:20.383Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:19:20.383Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.383Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.384Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.384Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:19:20.384Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:19:20.384Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.384Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.385Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.385Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-23T07:19:20.385Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-23T07:19:20.385Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-23T07:19:20.385Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-23T07:19:20.386Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.386Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T07:19:20.386Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.386Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.386Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.387Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-23T07:19:20.388Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=08af51d9-a19d-4a58-976b-a4a6bbbc7ed4 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:20.389Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:20.390Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d5195f82-995a-46b7-a386-7333ee2aef82 Model Version:NULL Model InvariantUuid:d9ec90ed-cb59-4de1-a840-682bb83c8cba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:a874f120-378f-41b7-b7d0-61a53ea71ee0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5ee9665b-724c-4ff0-a8ac-531193843e99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5e6c13a0-c2c1-4755-8a8e-761796a8f2ad NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:538f34b5-f4b6-4c36-8aaa-312b29fe14a7 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:5efa7b05-5cf3-4b7b-af76-b3463f6b0445 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:734a419f-e803-4793-b1c1-be2885a0d84e ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e7269bdc-11a3-471c-9de1-4512c28ffa5b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:08af51d9-a19d-4a58-976b-a4a6bbbc7ed4 ModelInvariantUuid:b3fac47a-3f80-455f-a23a-3f703581407e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ee3ff47e-0655-447b-9d60-6639f224d87f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:29169590-c83d-4347-b982-5a55bfc4ba40 ModelInvariantUuid:76d1170f-125e-4e7b-acb6-f6dffae99929 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4a647312-8030-48a6-b290-5c4805031294 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T07:19:20.406Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ee94cb94-e42a-4287-b5c6-4b296eaaccfb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:19:20.409Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-11-23T07:19:20.409Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee94cb94-e42a-4287-b5c6-4b296eaaccfb 2022-11-23T07:19:20.409Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28a8307b-c4d3-48d4-b86c-f408f862a1f1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-23T07:19:20.409Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:20.409Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-23T07:19:20.477Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:20.477Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 28a8307b-c4d3-48d4-b86c-f408f862a1f1 1565 2022-11-23T07:19:20.478Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-23T07:19:20.478Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-23T07:19:20.478Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:20.478Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:20.480Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:20.480Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187960478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:20.582Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-23T07:19:20.582Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:20.583Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:20.598Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:20.599Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:19:21.481Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "734a419f-e803-4793-b1c1-be2885a0d84e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7269bdc-11a3-471c-9de1-4512c28ffa5b", "vfModuleModelCustomizationUUID": "1f106589-dde4-49aa-a7e5-7fc2ec1cf69c", "isBase": true, "artifacts": [ "aaa98a99-50f1-4b14-99ab-5ae84373f435", "8f5757a3-6d2e-49ba-8496-03aba36b5dcc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "538f34b5-f4b6-4c36-8aaa-312b29fe14a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5efa7b05-5cf3-4b7b-af76-b3463f6b0445", "vfModuleModelCustomizationUUID": "77113f7e-b7d4-417e-9fbe-c4b923c71771", "isBase": false, "artifacts": [ "5aa28853-d939-40ea-9b5b-22c4aff97afc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T07:19:21.487Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7269bdc-11a3-471c-9de1-4512c28ffa5b VfModuleModelInvariantUUID:734a419f-e803-4793-b1c1-be2885a0d84e VfModuleModelDescription:NULL Artifacts UUID List:{ aaa98a99-50f1-4b14-99ab-5ae84373f435 , 8f5757a3-6d2e-49ba-8496-03aba36b5dcc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:5efa7b05-5cf3-4b7b-af76-b3463f6b0445 VfModuleModelInvariantUUID:538f34b5-f4b6-4c36-8aaa-312b29fe14a7 VfModuleModelDescription:NULL Artifacts UUID List:{ 5aa28853-d939-40ea-9b5b-22c4aff97afc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-23T07:19:21.490Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "734a419f-e803-4793-b1c1-be2885a0d84e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e7269bdc-11a3-471c-9de1-4512c28ffa5b", "vfModuleModelCustomizationUUID": "1f106589-dde4-49aa-a7e5-7fc2ec1cf69c", "isBase": true, "artifacts": [ "aaa98a99-50f1-4b14-99ab-5ae84373f435", "8f5757a3-6d2e-49ba-8496-03aba36b5dcc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "538f34b5-f4b6-4c36-8aaa-312b29fe14a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5efa7b05-5cf3-4b7b-af76-b3463f6b0445", "vfModuleModelCustomizationUUID": "77113f7e-b7d4-417e-9fbe-c4b923c71771", "isBase": false, "artifacts": [ "5aa28853-d939-40ea-9b5b-22c4aff97afc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-23T07:19:21.490Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e7269bdc-11a3-471c-9de1-4512c28ffa5b VfModuleModelInvariantUUID:734a419f-e803-4793-b1c1-be2885a0d84e VfModuleModelDescription:NULL Artifacts UUID List:{ aaa98a99-50f1-4b14-99ab-5ae84373f435 , 8f5757a3-6d2e-49ba-8496-03aba36b5dcc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:5efa7b05-5cf3-4b7b-af76-b3463f6b0445 VfModuleModelInvariantUUID:538f34b5-f4b6-4c36-8aaa-312b29fe14a7 VfModuleModelDescription:NULL Artifacts UUID List:{ 5aa28853-d939-40ea-9b5b-22c4aff97afc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-23T07:19:21.490Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aaa98a99-50f1-4b14-99ab-5ae84373f435 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-23T07:19:21.491Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:21.491Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-23T07:19:21.534Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:21.534Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml aaa98a99-50f1-4b14-99ab-5ae84373f435 914 2022-11-23T07:19:21.535Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-23T07:19:21.535Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-23T07:19:21.535Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:21.535Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:21.537Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:21.537Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187961534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:21.637Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:21.638Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:21.639Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:21.650Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:21.651Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:22.538Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 68c828a8-9db1-4698-b050-b3842ce8bb3c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-23T07:19:22.538Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:22.539Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-23T07:19:22.583Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:22.584Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 68c828a8-9db1-4698-b050-b3842ce8bb3c 12 2022-11-23T07:19:22.584Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-23T07:19:22.584Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-23T07:19:22.584Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:22.585Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:22.587Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:22.587Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187962584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:22.687Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:22.688Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:22.688Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:22.699Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:22.700Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:23.587Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8f5757a3-6d2e-49ba-8496-03aba36b5dcc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-23T07:19:23.588Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:23.588Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-23T07:19:23.635Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:23.636Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8f5757a3-6d2e-49ba-8496-03aba36b5dcc 96 2022-11-23T07:19:23.636Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-23T07:19:23.636Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-23T07:19:23.636Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:23.636Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:23.639Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:23.639Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187963636, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:23.739Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:23.740Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:23.740Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:23.751Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:23.751Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:24.640Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5aa28853-d939-40ea-9b5b-22c4aff97afc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-23T07:19:24.641Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:19:24.641Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-23T07:19:24.683Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:19:24.684Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5aa28853-d939-40ea-9b5b-22c4aff97afc 20206 2022-11-23T07:19:24.684Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-23T07:19:24.684Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-23T07:19:24.684Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:19:24.685Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:24.687Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:24.687Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187964684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T07:19:24.787Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:24.788Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:24.788Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:24.801Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:24.802Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:25.690Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d5195f82-995a-46b7-a386-7333ee2aef82 2022-11-23T07:19:25.691Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ee94cb94-e42a-4287-b5c6-4b296eaaccfb ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:19:25.697Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@596223bd, org.onap.sdc.toscaparser.api.parameters.Input@19695438, org.onap.sdc.toscaparser.api.parameters.Input@72399f74, org.onap.sdc.toscaparser.api.parameters.Input@5c14eb7e, org.onap.sdc.toscaparser.api.parameters.Input@1423448a] 2022-11-23T07:19:25.699Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.699Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.700Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-23T07:19:25.700Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5e6c13a0-c2c1-4755-8a8e-761796a8f2ad 2022-11-23T07:19:25.700Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e6c13a0-c2c1-4755-8a8e-761796a8f2ad matches Tosca VF Customization UUID: 5e6c13a0-c2c1-4755-8a8e-761796a8f2ad 2022-11-23T07:19:25.700Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5e6c13a0-c2c1-4755-8a8e-761796a8f2ad matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-23T07:19:25.701Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.702Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.702Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5e6c13a0-c2c1-4755-8a8e-761796a8f2ad: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-23T07:19:25.702Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f0a453 2022-11-23T07:19:25.702Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.703Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-23T07:19:25.703Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77113f7e-b7d4-417e-9fbe-c4b923c71771 2022-11-23T07:19:25.703Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77113f7e-b7d4-417e-9fbe-c4b923c71771 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-23T07:19:25.706Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.706Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:25.706Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-23T07:19:25.707Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5e6c13a0-c2c1-4755-8a8e-761796a8f2ad Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:19:25.709Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.709Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.709Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d5195f82-995a-46b7-a386-7333ee2aef82: basic_cnf_macro 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.710Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.711Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.711Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.711Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:19:25.711Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-23T07:19:25.711Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:19:25.742Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ee94cb94-e42a-4287-b5c6-4b296eaaccfb 2 ASDC deployResourceStructure 2022-11-23T07:19:25.742Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-23T07:19:25.742Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-23T07:19:25.742Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:19:25.742Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:25.744Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:25.744Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187965742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:19:25.845Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:19:25.846Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:25.846Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:25.856Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:25.857Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:26.749Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-23T07:19:26.749Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-23T07:19:26.749Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:19:26.750Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:26.752Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:26.752Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187966749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:19:26.852Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:26.853Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:26.853Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:26.863Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:26.863Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:27.753Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-23T07:19:27.753Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-23T07:19:27.753Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-23T07:19:27.754Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:27.757Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:27.757Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187967752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T07:19:27.857Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:27.858Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:27.858Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:27.873Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:27.873Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:28.758Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-23T07:19:28.759Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-23T07:19:28.759Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:19:28.759Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:28.762Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:28.762Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187968758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-23T07:19:28.862Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:28.863Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:28.863Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:28.874Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:28.875Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:29.769Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-23T07:19:29.770Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-23T07:19:29.772Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-23T07:19:29.772Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:29.775Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:29.775Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187969769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T07:19:29.876Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:19:29.877Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:29.877Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:29.889Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:29.890Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:30.776Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-23T07:19:30.776Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-23T07:19:30.777Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:19:30.777Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:19:30.779Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:19:30.779Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187970776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:19:30.879Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:19:30.880Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:19:30.880Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:19:30.891Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:19:30.891Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:19:31.781Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:19:31.792Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:19:31.795Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:19:31.795Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:19:31.795Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:20:01.796Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:20:01.808Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:20:01.811Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:20:01.811Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:20:01.811Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:20:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:20:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:20:17.686Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:20:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:20:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:20:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-23T07:20:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187902537, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:20:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-23T07:20:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "aai-ml", "timestamp": 1669187903540, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:20:17.736Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4108db4c-dfbb-4320-878f-2367b6f33deb 2022-11-23T07:20:17.736Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4108db4c-dfbb-4320-878f-2367b6f33deb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:20:17.745Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:20:17.746Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187906474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187909131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.747Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187910188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187911237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187912544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187913548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.748Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187914552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187915557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e4e80530-57cd-47ad-8344-9b6110feb86e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187946798, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-23T07:20:17.749Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.750Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.751Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:20:17.752Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:17.752Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:20:17.752Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187897679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:20:17.752Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:20:31.812Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:20:31.826Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:20:31.829Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:20:31.830Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T07:20:31.830Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T07:20:31.831Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T07:20:31.832Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:20:31.832Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:20:31.832Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:20:31.832Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:20:31.833Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:20:31.833Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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-11-23T07:20:31.837Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T07:21:01.838Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4108db4c-dfbb-4320-878f-2367b6f33deb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T07:21:01.845Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4108db4c-dfbb-4320-878f-2367b6f33deb and serviceModelVersionId: d5195f82-995a-46b7-a386-7333ee2aef82 2022-11-23T07:21:01.845Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9ec90ed-cb59-4de1-a840-682bb83c8cba 2022-11-23T07:21:01.846Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0 2022-11-23T07:21:01.854Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T07:21:01.905Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0|INFO|500||Invoke 2022-11-23T07:21:01.905Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4108db4c-dfbb-4320-878f-2367b6f33deb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[758f502c-9745-48bc-9151-f7233db66774], X-ECOMP-RequestID=[4108db4c-dfbb-4320-878f-2367b6f33deb], X-TransactionId=[], X-ONAP-RequestID=[4108db4c-dfbb-4320-878f-2367b6f33deb], Content-Type=[application/merge-patch+json]} 2022-11-23T07:21:01.932Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T07:21:02.032Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?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/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221123-07:21:02:541-62106], vertex-id=[233568], Content-Length=[0], Date=[Wed, 23 Nov 2022 07:21:02 GMT], Content-Type=[application/json]} 2022-11-23T07:21:02.032Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T07:21:02.033Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ec90ed-cb59-4de1-a840-682bb83c8cba/model-vers/model-ver/d5195f82-995a-46b7-a386-7333ee2aef82?depth=0|INFO|500||InvokeReturn 2022-11-23T07:21:02.033Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T07:21:02.033Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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-11-23T07:21:02.037Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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-11-23T07:21:02.038Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4108db4c-dfbb-4320-878f-2367b6f33deb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T07:21:02.038Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T07:21:02.038Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:02.040Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:02.040Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188062038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:21:02.140Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:21:02.141Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:02.141Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:02.171Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:02.172Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:21:03.056Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:21:03.057Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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-11-23T07:21:03.057Z|4108db4c-dfbb-4320-878f-2367b6f33deb|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:07.456Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:07.457Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-23T07:21:07.457Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e574f5ee-43d8-4207-9d15-409fe9876356","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b4abd323-a2b3-4f8e-a91b-b2c2830a8ada","serviceDescription":"service","serviceInvariantUUID":"97365c99-0317-4975-acca-0952eb89c78e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6411a036-807d-49e7-926a-d5e1bc0dc2bf","resourceInvariantUUID":"26c893ae-9c2b-429b-b901-209fcc813aaa","resourceCustomizationUUID":"9de55315-185d-4bd9-8d9b-d46ba8b670d6","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":"MWM1NGNmZWIyYmRjMmM3NTZkYjZhMTNmMTQyMzYwMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00e8d787-950d-4749-8744-639cda0a84dd","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":"273cbcc9-61d3-46e9-94c9-98e87ee2c302","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":"ff99b08c-e240-474f-8783-34ffcaf4a713","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":"NDY0MDFjMmFiNjM0YzhkYzBjMGJhZDE0NTYyOGQ3ODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5443fb50-16c7-4a4a-85d1-3ae321d62157","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":"136c7ed7-7f37-435c-a0c4-e0e522adda0e","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":"70127701-8c0d-4e65-8e2f-31162c5b009b","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":"c2846cfb-f582-420a-83fa-cd90345a08d8","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":"Y2I0ZWM4ZWFiYjZhN2JmNWNkMTRmMjE3MDBkYTE3ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae265221-c274-4156-bf84-6a5d7f391c31","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Mjg2MWFlYjI2NDAxMzZlY2Q1NmI0YTE3ZjUzMzllMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d79eefea-1436-4ae8-a4d6-8cc7f50a8d02","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-23T07:21:07.461Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:07.462Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:07.464Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:07.464Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:07.564Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:21:07.565Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:07.565Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:07.578Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:07.579Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:08.465Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:08.466Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:08.470Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:08.470Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:08.568Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-23T07:21:08.569Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:08.569Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:08.579Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:08.579Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:09.470Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:09.471Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:09.473Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:09.473Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:09.573Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:21:09.574Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:09.574Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:09.587Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:09.588Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:10.479Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:10.479Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:10.487Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:10.487Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:10.581Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-23T07:21:10.582Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:10.582Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:10.593Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:10.594Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:11.488Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:11.488Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:11.491Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:11.491Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:11.591Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:21:11.592Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:11.592Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:11.603Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:11.603Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:12.491Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:12.492Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:12.495Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:12.496Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:12.595Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:21:12.596Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:12.596Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:12.608Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:12.608Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:13.496Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:13.497Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:13.499Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:13.499Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:13.599Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:21:13.600Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:13.600Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:13.614Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:13.614Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:14.500Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:14.501Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:14.504Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:14.504Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:21:14.604Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:21:14.605Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:14.605Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:14.617Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:14.618Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-23T07:21:15.505Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-23T07:21:15.506Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:15.508Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:15.508Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:21:15.608Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-23T07:21:15.609Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:15.609Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:15.619Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:15.619Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:21:16.509Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b4abd323-a2b3-4f8e-a91b-b2c2830a8ada", "serviceDescription": "service", "serviceInvariantUUID": "97365c99-0317-4975-acca-0952eb89c78e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9de55315-185d-4bd9-8d9b-d46ba8b670d6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6411a036-807d-49e7-926a-d5e1bc0dc2bf", "resourceInvariantUUID": "26c893ae-9c2b-429b-b901-209fcc813aaa", "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": "Mjg2MWFlYjI2NDAxMzZlY2Q1NmI0YTE3ZjUzMzllMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d79eefea-1436-4ae8-a4d6-8cc7f50a8d02" } ], "workloadContext": "Production" } 2022-11-23T07:21:16.510Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-23T07:21:16.510Z|4108db4c-dfbb-4320-878f-2367b6f33deb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4abd323-a2b3-4f8e-a91b-b2c2830a8ada ASDC 2022-11-23T07:21:16.510Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e574f5ee-43d8-4207-9d15-409fe9876356 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b4abd323-a2b3-4f8e-a91b-b2c2830a8ada ServiceInvariantUUID:97365c99-0317-4975-acca-0952eb89c78e 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:d79eefea-1436-4ae8-a4d6-8cc7f50a8d02 ArtifactChecksum:Mjg2MWFlYjI2NDAxMzZlY2Q1NmI0YTE3ZjUzMzllMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9de55315-185d-4bd9-8d9b-d46ba8b670d6 ResourceInvariantUUID:26c893ae-9c2b-429b-b901-209fcc813aaa ResourceName:test-pnf ResourceType:PNF ResourceUUID:6411a036-807d-49e7-926a-d5e1bc0dc2bf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-23T07:21:16.510Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4abd323-a2b3-4f8e-a91b-b2c2830a8ada ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:21:16.535Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:21:16.536Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:21:16.536Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:21:16.536Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d79eefea-1436-4ae8-a4d6-8cc7f50a8d02 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-23T07:21:16.536Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-23T07:21:16.537Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:16.602Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-23T07:21:16.608Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d79eefea-1436-4ae8-a4d6-8cc7f50a8d02 110869 2022-11-23T07:21:16.609Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:16.609Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:16.609Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-23T07:21:16.610Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:16.612Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:16.613Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188076609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:21:16.714Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-23T07:21:16.715Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:16.715Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:16.727Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:16.727Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:21:17.614Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-23T07:21:17.615Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-23T07:21:17.615Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d79eefea-1436-4ae8-a4d6-8cc7f50a8d02, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-23T07:21:17.615Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-23T07:21:17.616Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-23T07:21:17.616Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-23T07:21:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:21:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:21:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:17.706Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:17.707Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:21:17.707Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187957970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:21:17.708Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:21:17.804Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7031787053699998881/Definitions/service-TestPnfMacro-template.yml 2022-11-23T07:21:18.830Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-23T07:21:18.830Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.831Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.832Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.832Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.832Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-23T07:21:18.832Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.832Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.833Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-23T07:21:18.833Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:21:18.833Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:21:18.833Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.834Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.834Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-23T07:21:18.834Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-23T07:21:18.834Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-23T07:21:18.834Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.835Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.835Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.835Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.835Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.835Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.836Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.836Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.836Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.836Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.836Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b4abd323-a2b3-4f8e-a91b-b2c2830a8ada Model Version:NULL Model InvariantUuid:97365c99-0317-4975-acca-0952eb89c78e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-23T07:21:18.844Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6411a036-807d-49e7-926a-d5e1bc0dc2bf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:21:18.847Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-11-23T07:21:18.847Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6411a036-807d-49e7-926a-d5e1bc0dc2bf 2022-11-23T07:21:18.847Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b4abd323-a2b3-4f8e-a91b-b2c2830a8ada 2022-11-23T07:21:18.847Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b4abd323-a2b3-4f8e-a91b-b2c2830a8ada 2022-11-23T07:21:18.848Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6411a036-807d-49e7-926a-d5e1bc0dc2bf ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-23T07:21:18.853Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76da9129, org.onap.sdc.toscaparser.api.parameters.Input@2c4df651, org.onap.sdc.toscaparser.api.parameters.Input@522826f0, org.onap.sdc.toscaparser.api.parameters.Input@383967e4, org.onap.sdc.toscaparser.api.parameters.Input@1a48ea13] 2022-11-23T07:21:18.853Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.854Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.854Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b4abd323-a2b3-4f8e-a91b-b2c2830a8ada: test-pnf 2022-11-23T07:21:18.855Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Processing PNF resource: 6411a036-807d-49e7-926a-d5e1bc0dc2bf 2022-11-23T07:21:18.855Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-23T07:21:18.856Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.856Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9de55315-185d-4bd9-8d9b-d46ba8b670d6 is the same as notified resource customizationUUID: 9de55315-185d-4bd9-8d9b-d46ba8b670d6 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-23T07:21:18.886Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6411a036-807d-49e7-926a-d5e1bc0dc2bf 0 ASDC deployResourceStructure 2022-11-23T07:21:18.887Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.887Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:21:18.887Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-23T07:21:18.887Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:21:18.889Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:21:18.890Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188078887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:21:18.989Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:21:18.990Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:21:18.991Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:21:19.004Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:21:19.005Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-23T07:21:19.890Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:21:19.901Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:21:19.903Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:21:19.904Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:21:19.904Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:21:49.905Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:21:50.134Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:21:50.136Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:21:50.136Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-23T07:21:50.136Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-23T07:22:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:22:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:22:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:22:17.720Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:22:17.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.721Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187960478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.722Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187961534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.723Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187962584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.724Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187963636, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.725Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187964684, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.726Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187965742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.727Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.728Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187966749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.729Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187967752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.730Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.731Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187968758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187956288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187955284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.732Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "multicloud-k8s-id", "timestamp": 1669187960022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187969769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-23T07:22:17.733Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187970506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187970506, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669187970776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.734Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.735Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.735Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "cds", "timestamp": 1669187971866, "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-11-23T07:22:17.757Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e574f5ee-43d8-4207-9d15-409fe9876356 2022-11-23T07:22:17.760Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e574f5ee-43d8-4207-9d15-409fe9876356 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:22:17.776Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.776Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-23T07:22:17.777Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.777Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.777Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.777Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.778Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.778Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.778Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.778Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.779Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187965282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.780Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.780Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.780Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.781Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.781Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.782Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187974998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.783Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.783Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.784Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187975400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.784Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.784Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.785Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.785Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.785Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.785Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187976020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.786Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.786Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.786Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "aai-ml", "timestamp": 1669187976403, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:22:17.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e574f5ee-43d8-4207-9d15-409fe9876356 2022-11-23T07:22:17.791Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e574f5ee-43d8-4207-9d15-409fe9876356 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:22:17.803Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.803Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.804Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.804Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.804Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "ves-openapi-manager", "timestamp": 1669187977023, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:22:17.809Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e574f5ee-43d8-4207-9d15-409fe9876356 2022-11-23T07:22:17.809Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e574f5ee-43d8-4207-9d15-409fe9876356 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:22:17.817Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.818Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.818Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.818Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.819Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.819Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.819Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.819Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.820Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.820Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.820Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:22:17.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187973535, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:22:17.821Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-23T07:22:17.822Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.822Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187983381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:22:17.822Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.822Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.823Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187985065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:22:17.823Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:22:17.823Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-23T07:22:17.824Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669187986068, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-23T07:22:17.828Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e574f5ee-43d8-4207-9d15-409fe9876356 2022-11-23T07:22:17.829Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e574f5ee-43d8-4207-9d15-409fe9876356 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-23T07:22:20.136Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:22:20.148Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-23T07:22:20.150Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-23T07:22:20.150Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-23T07:22:20.151Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-23T07:22:20.151Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-23T07:22:20.151Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:22:20.151Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:22:20.151Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:22:20.152Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:22:20.152Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-23T07:22:20.152Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:22:20.158Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-23T07:22:50.158Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e574f5ee-43d8-4207-9d15-409fe9876356 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-23T07:22:50.166Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e574f5ee-43d8-4207-9d15-409fe9876356 and serviceModelVersionId: b4abd323-a2b3-4f8e-a91b-b2c2830a8ada 2022-11-23T07:22:50.166Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97365c99-0317-4975-acca-0952eb89c78e 2022-11-23T07:22:50.167Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0 2022-11-23T07:22:50.171Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-23T07:22:50.207Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0|INFO|500||Invoke 2022-11-23T07:22:50.208Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e574f5ee-43d8-4207-9d15-409fe9876356], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2136ee9e-00df-4625-8273-1cb047b0c3d2], X-ECOMP-RequestID=[e574f5ee-43d8-4207-9d15-409fe9876356], X-TransactionId=[], X-ONAP-RequestID=[e574f5ee-43d8-4207-9d15-409fe9876356], Content-Type=[application/merge-patch+json]} 2022-11-23T07:22:50.224Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-23T07:22:50.347Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?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/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221123-07:22:50:834-92375], vertex-id=[254136], Content-Length=[0], Date=[Wed, 23 Nov 2022 07:22:50 GMT], Content-Type=[application/json]} 2022-11-23T07:22:50.348Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-23T07:22:50.349Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97365c99-0317-4975-acca-0952eb89c78e/model-vers/model-ver/b4abd323-a2b3-4f8e-a91b-b2c2830a8ada?depth=0|INFO|500||InvokeReturn 2022-11-23T07:22:50.350Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-23T07:22:50.350Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:22:50.355Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:22:50.360Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e574f5ee-43d8-4207-9d15-409fe9876356 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-23T07:22:50.361Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-23T07:22:50.365Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-23T07:22:50.367Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-23T07:22:50.368Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188170361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:22:50.467Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-23T07:22:50.483Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-23T07:22:50.483Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:22:50.505Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:22:50.506Z||pool-151-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-23T07:22:51.381Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:22:51.382Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:22:51.382Z|e574f5ee-43d8-4207-9d15-409fe9876356|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:23:00.929Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:23:00.929Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:23:00.930Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:23:00.930Z|e574f5ee-43d8-4207-9d15-409fe9876356|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:23:10.465Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:23:10.465Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:23:10.466Z|e574f5ee-43d8-4207-9d15-409fe9876356|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-11-23T07:23:10.466Z|e574f5ee-43d8-4207-9d15-409fe9876356|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:23:17.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:23:17.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:23:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:23:17.707Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:23:17.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4108db4c-dfbb-4320-878f-2367b6f33deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188062038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188063056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:23:17.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188076609, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-23T07:23:17.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:23:20.021Z|e574f5ee-43d8-4207-9d15-409fe9876356|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:23:20.022Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:23:20.022Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:23:20.023Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:23:29.572Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:24:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:24:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:24:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:24:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:24:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:24:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:24:17.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:24:17.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-23T07:24:17.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188078887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-23T07:24:17.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:24:27.223Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:25:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:25:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:25:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:25:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:25:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:25:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:25:18.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:25:18.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-23T07:25:18.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e574f5ee-43d8-4207-9d15-409fe9876356", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669188170361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-23T07:25:18.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-23T07:25:27.228Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:26:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:26:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:26:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:26:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:26:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:26:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:26:27.238Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:26:27.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:27:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:27:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:27:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:27:17.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:27:17.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:27:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:27:27.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:27:27.227Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:28:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:28:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:28:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:28:17.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:28:17.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:28:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:28:27.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:28:27.229Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:29:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:29:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:29:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:29:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:29:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:29:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:29:27.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:29:27.228Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:30:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:30:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:30:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:30:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:30:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:30:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:30:27.231Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:30:27.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:31:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:31:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:31:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:31:17.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:31:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:31:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:31:27.254Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:31:27.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:32:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:32:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:32:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:32:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:32:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:32:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:32:27.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:32:27.248Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:33:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:33:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:33:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:33:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:33:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:33:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:33:27.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:33:27.228Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:34:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:34:17.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:34:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:34:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:34:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:34:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:34:27.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:34:27.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:35:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:35:17.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:35:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:35:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:35:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:35:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:35:27.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:35:27.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:36:17.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:36:17.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:36:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:36:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:36:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:36:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:36:27.225Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:36:27.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:37:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:37:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:37:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:37:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:37:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:37:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:37:27.227Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:37:27.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:38:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:38:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:38:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:38:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:38:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:38:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:38:27.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:38:27.227Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:39:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:39:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:39:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:39:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:39:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:39:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:39:27.223Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:39:27.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:40:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:40:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:40:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:40:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:40:17.709Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:40:17.709Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:40:27.251Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:40:27.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:41:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:41:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:41:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:41:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:41:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:41:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:41:27.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:41:27.230Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:42:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:42:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:42:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:42:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:42:17.684Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:42:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:42:27.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:42:27.229Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:43:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:43:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:43:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:43:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:43:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:43:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:43:27.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:43:27.226Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:44:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:44:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:44:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:44:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:44:17.684Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:44:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:44:27.228Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:44:27.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:45:17.680Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:45:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:45:17.681Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:45:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:45:17.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:45:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:45:27.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:45:27.231Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:46:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:46:17.680Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:46:17.680Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:46:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:46:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:46:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:46:27.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:46:27.262Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:47:17.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:47:17.681Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:47:17.681Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:47:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:47:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:47:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:47:27.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:47:27.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:48:17.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:48:17.681Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:48:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:48:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:48:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:48:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:48:27.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:48:27.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:49:17.680Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:49:17.681Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:49:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:49:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:49:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:49:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:49:27.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:49:27.243Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:50:17.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:50:17.680Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:50:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:50:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:50:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:50:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:50:27.232Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:50:27.232Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:51:17.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:51:17.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:51:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:51:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:51:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:51:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:51:27.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:51:27.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:52:17.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:52:17.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:52:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:52:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:52:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:52:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:52:27.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:52:27.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:53:17.679Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:53:17.680Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:53:17.680Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:53:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:53:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:53:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:53:27.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:53:27.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:54:17.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:54:17.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:54:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:54:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:54:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:54:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:54:27.232Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:54:27.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:55:17.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:55:17.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:55:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:55:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:55:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:55:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:55:27.242Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:55:27.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:56:17.679Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:56:17.680Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:56:17.680Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:56:17.684Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:56:17.685Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:56:17.686Z|812d236f-117d-4742-ac9c-1c0531a69ee2|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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:56:27.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:56:27.226Z|812d236f-117d-4742-ac9c-1c0531a69ee2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:57:17.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:57:17.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:57:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:57:17.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:57:17.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:57:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:57:27.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:57:27.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:58:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:58:17.682Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:58:17.682Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:58:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:58:17.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:58:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:58:27.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:58:27.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:59:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:59:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:59:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:59:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T07:59:17.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T07:59:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T07:59:27.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T07:59:27.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:00:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:00:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:00:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:00:17.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:00:17.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:00:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:00:27.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:00:27.263Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:01:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:01:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:01:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:01:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:01:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:01:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:01:27.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:01:27.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:02:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:02:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:02:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:02:17.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:02:17.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:02:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:02:27.226Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:02:27.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:03:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:03:17.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:03:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:03:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:03:17.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:03:17.686Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:03:27.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:03:27.255Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:04:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:04:17.680Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:04:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:04:17.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:04:17.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:04:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:04:27.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:04:27.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:05:17.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:05:17.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:05:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:05:17.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:05:17.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:05:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:05:27.245Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:05:27.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:06:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:06:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:06:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:06:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:06:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:06:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:06:27.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:06:27.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:07:17.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:07:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:07:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:07:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:07:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:07:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:07:27.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:07:27.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:08:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:08:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:08:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:08:17.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:08:17.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:08:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:08:27.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:08:27.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:09:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:09:17.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:09:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:09:17.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:09:17.685Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:09:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:09:27.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:09:27.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:10:17.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:10:17.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:10:17.681Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:10:17.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-23T08:10:17.685Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-23T08:10:17.685Z||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 1t2ZEX46HpP8VJ5s) ... 2022-11-23T08:10:27.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-23T08:10:27.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK