JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-07-18T03:43:41.733Z||main|||||INFO|500||The following profiles are active: basic 2022-07-18T03:43:58.787Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-18T03:43:58.788Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-18T03:43:58.964Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-18T03:44:04.377Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-18T03:44:04.894Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-18T03:44:05.607Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-18T03:44:05.620Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-18T03:44:05.782Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-18T03:44:06.051Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-18T03:44:06.761Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-18T03:44:09.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-18T03:44:12.863Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-18T03:44:12.948Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-18T03:44:13.692Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-18T03:44:14.046Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-07-18T03:44:15.475Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-18T03:44:16.850Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-18T03:44:16.873Z||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$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-07-18T03:44:16.874Z||main|||||WARN|500||The sdc end point is not alive 2022-07-18T03:44:21.296Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-07-18T03:44:25.718Z||main|||||WARN|500||--- 2022-07-18T03:44:25.719Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-18T03:44:25.720Z||main|||||WARN|500||--- 2022-07-18T03:44:26.272Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-18T03:44:32.173Z||main|||||INFO|500||Started Application in 55.568 seconds (JVM running for 58.279) 2022-07-18T03:44:32.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-18T03:44:32.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-18T03:44:32.216Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-18T03:44:32.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-18T03:44:32.299Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5965d120-0753-4ec6-ad40-de3c02884302 url= /sdc/v1/artifactTypes 2022-07-18T03:44:32.300Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-18T03:44:33.382Z||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.6.89] 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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-07-18T03:44:33.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@168c8848 2022-07-18T03:44:33.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-18T03:44:33.412Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-18T03:44:33.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-18T03:44:33.420Z||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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-07-18T03:45:22.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-18T03:45:22.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-18T03:45:22.168Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-18T03:45:22.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-18T03:45:22.176Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3941f3eb-5cf3-4fc4-bc81-e40f7b7b102e url= /sdc/v1/artifactTypes 2022-07-18T03:45:22.177Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-18T03:45:23.207Z||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.6.89] 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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-07-18T03:45:23.208Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cbfacd8 2022-07-18T03:45:23.208Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-18T03:45:23.209Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-18T03:45:23.210Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-18T03:45:23.211Z||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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-07-18T03:46:12.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-18T03:46:12.167Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-18T03:46:12.168Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-18T03:46:12.171Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-18T03:46:12.177Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bb05cbc9-b5d7-49e8-8abd-ac42e1e9852c url= /sdc/v1/artifactTypes 2022-07-18T03:46:12.178Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-18T03:46:13.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.6.89] 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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-07-18T03:46:13.190Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6016065e 2022-07-18T03:46:13.190Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-18T03:46:13.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-18T03:46:13.191Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-18T03:46:13.192Z||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$$3065b507.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-07-18T03:47:02.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-18T03:47:02.177Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-18T03:47:02.178Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-18T03:47:02.224Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-18T03:47:02.254Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b434bbc0-15e3-49a0-a3eb-af3cd0cc1f5e url= /sdc/v1/artifactTypes 2022-07-18T03:47:02.255Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-18T03:47:02.757Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-18T03:47:02.775Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-07-18T03:47:02.852Z||scheduling-1|||||DEBUG|500||create keys 2022-07-18T03:47:02.867Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-18T03:47:02.922Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:47:02.956Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2d8ca8a8-9b82-4325-9017-37f806b925a4 url= /sdc/v1/registerForDistribution 2022-07-18T03:47:03.149Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2d8ca8a8-9b82-4325-9017-37f806b925a4 url= /sdc/v1/registerForDistribution 2022-07-18T03:47:03.150Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-18T03:47:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:47:03.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:47:03.187Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-18T03:47:03.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:47:03.189Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:47:03.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:47:03.199Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:47:13.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:47:13.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:48:03.161Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:48:03.163Z||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-07-18T03:48:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:48:03.166Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:48:03.167Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:48:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:48:12.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:48:12.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:49:03.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:49:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:49:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:49:03.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:49:03.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:49:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:49:12.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:49:12.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:50:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:50:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:50:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:50:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:50:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:50:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:50:12.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:50:12.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:51:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:51:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:51:03.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:51:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:51:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:51:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:51:12.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:51:12.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:52:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:52:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:52:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:52:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:52:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:52:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:52:12.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:52:12.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:53:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:53:03.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:53:03.164Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:53:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:53:03.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:53:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:53:12.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:53:12.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:54:01.662Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-18T03:54:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:54:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:54:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:54:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:54:03.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:54:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:54:12.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:54:12.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:55:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:55:03.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:55:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:55:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:55:03.166Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:55:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:55:12.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:55:12.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:56:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:56:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:56:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:56:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:56:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:56:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:56:12.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:56:12.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:57:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:57:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:57:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:57:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:57:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:57:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:57:12.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:57:12.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:58:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:58:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:58:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:58:03.165Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:58:03.167Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:58:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:58:12.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:58:12.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:59:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:59:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:59:03.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T03:59:03.169Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:59:03.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T03:59:03.170Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T03:59:12.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T03:59:12.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:00:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:00:03.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:00:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:00:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:00:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:00:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:00:12.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:00:12.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:01:03.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:01:03.163Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:01:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:01:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:01:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:01:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:01:12.737Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:01:12.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:02:03.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:02:03.162Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:02:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:02:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:02:03.166Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:02:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:02:12.744Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:02:12.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:03:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:03:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:03:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:03:03.167Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:03:03.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:03:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:03:12.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:03:12.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:04:03.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:04:03.162Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:04:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:04:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:04:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:04:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:04:12.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:04:12.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:05:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:05:03.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:05:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:05:03.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:05:03.167Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:05:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:05:12.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:05:12.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:06:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:06:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:06:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:06:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:06:03.165Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:06:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:06:12.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:06:12.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:07:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:07:03.164Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:07:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:07:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:07:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:07:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:07:12.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:07:12.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:08:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:08:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:08:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:08:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:08:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:08:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:08:12.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:08:12.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:09:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:09:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:09:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:09:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:09:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:09:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:09:12.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:09:12.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:10:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:10:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:10:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:10:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:10:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:10:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:10:12.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:10:12.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:11:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:11:03.161Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:11:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:11:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:11:03.165Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:11:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:11:12.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:11:12.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:12:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:12:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:12:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:12:03.165Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:12:03.166Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:12:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:12:12.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:12:12.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:13:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:13:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:13:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:13:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:13:03.166Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:13:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:13:12.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:13:12.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:14:03.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:14:03.164Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:14:03.164Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:14:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:14:03.165Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:14:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:14:12.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:14:12.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:15:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:15:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:15:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:15:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:15:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:15:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:15:12.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:15:12.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:16:03.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:16:03.163Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:16:03.164Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:16:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:16:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:16:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:16:12.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:16:12.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:17:03.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:17:03.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:17:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:17:03.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:17:03.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:17:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:17:12.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:17:12.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:18:03.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:18:03.162Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:18:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:18:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:18:03.166Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:18:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:18:12.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:18:12.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:19:03.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:19:03.161Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:19:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:19:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:19:03.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:19:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:19:12.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:19:12.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:20:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:20:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:20:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:20:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:20:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:20:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:20:12.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:20:12.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:21:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:21:03.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:21:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:21:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:21:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:21:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:21:12.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:21:12.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:22:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:22:03.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:22:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:22:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:22:03.165Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:22:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:22:12.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:22:12.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:23:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:23:03.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:23:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:23:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:23:03.166Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:23:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:23:12.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:23:12.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:24:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:24:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:24:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:24:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:24:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:24:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:24:12.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:24:12.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:25:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:25:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:25:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:25:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:25:03.165Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:25:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:25:12.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:25:12.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:26:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:26:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:26:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:26:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:26:03.166Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:26:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:26:12.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:26:12.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:27:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:27:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:27:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:27:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:27:03.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:27:03.170Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:27:12.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:27:12.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:28:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:28:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:28:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:28:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:28:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:28:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:28:12.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:28:12.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:29:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:29:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:29:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:29:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:29:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:29:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:29:12.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:29:12.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:30:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:30:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:30:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:30:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:30:03.166Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:30:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:30:12.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:30:12.740Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:31:03.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:31:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:31:03.163Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:31:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:31:03.166Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:31:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:31:12.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:31:12.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:32:03.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:32:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:32:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:32:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:32:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:32:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:32:12.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:32:12.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:33:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:33:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:33:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:33:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:33:03.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:33:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:33:12.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:33:12.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:34:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:34:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:34:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:34:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:34:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:34:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:34:12.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:34:12.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:35:03.160Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:35:03.162Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:35:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:35:03.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:35:03.167Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:35:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:35:12.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:35:12.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:36:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:36:03.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:36:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:36:03.165Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:36:03.166Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:36:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:36:12.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:36:12.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:03.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:37:03.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:37:03.162Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:37:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:37:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:04.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:04.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T04:37:04.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c3d2d86-3975-4482-bbb2-8882911e1fd1","serviceName":"vFW 2022-07-18 04-35-42","serviceVersion":"1.0","serviceUUID":"5b8529f3-44a7-4a70-b0c9-0b26cb84b694","serviceDescription":"catalog service description","serviceInvariantUUID":"60f558a3-12a7-4fc0-a918-24aa8282f42e","resources":[{"resourceInstanceName":"vFW ac1b2b25-d3ab 0","resourceName":"vFW ac1b2b25-d3ab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"538f9972-3d9f-410e-8f30-49ec15b48543","resourceInvariantUUID":"729a8208-ce90-4a66-aaf0-aa6b606ea343","resourceCustomizationUUID":"460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml","artifactChecksum":"YjUzNmZiZTM3NDNhMjhkZDljMzhiNDA5ZTg0ZjQ2Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0fb70c9-6f8d-44a3-9430-dc7b9d312b47","artifactVersion":"1"},{"artifactName":"vfwac1b2b25d3ab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json","artifactChecksum":"MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"052e8e65-4597-4b11-9308-14e2f8e3ceaa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b04ccc3-f22c-4be1-a463-a8793ae6992f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA0NWZmM2NjNjM2MzJkMzQ2ZmVhNzNjMmYwNjg3MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f45676de-3349-45bb-95ab-93d668325034","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1694f5e6-8433-4d70-a600-4b0f0b39f524","artifactVersion":"2","generatedFromUUID":"2b04ccc3-f22c-4be1-a463-a8793ae6992f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220718043542-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml","artifactChecksum":"MGU3YmVhMzEyZTQ1NTE5ZGNiMmQzNDA4ZWRlNmE4Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"366099eb-0297-498c-9812-804c3dff7d39","artifactVersion":"1"},{"artifactName":"service-Vfw20220718043542-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar","artifactChecksum":"MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28d98ccd-a4b4-442f-a0d1-14c388eb92e2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T04:37:04.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:04.728Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:04.748Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:04.749Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:37:04.848Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-07-18T04:37:04.854Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:04.855Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:04.885Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:04.887Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":5,"count":1} 2022-07-18T04:37:05.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:05.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:37:05.120Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:37:05.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:37:05.759Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:05.760Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:05.762Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:05.762Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:37:05.862Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:05.864Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:05.864Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:05.883Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:05.884Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:06.763Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:06.764Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:06.768Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:06.768Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-18T04:37:06.868Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:06.870Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:06.870Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:06.887Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:06.888Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:37:07.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:07.770Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:07.773Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:07.773Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:37:07.873Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:07.874Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:07.874Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:07.892Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:07.893Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:08.774Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:08.775Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:08.778Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:08.778Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-18T04:37:08.878Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:08.880Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:08.880Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:08.907Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:08.908Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:09.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:09.780Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:09.783Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:09.783Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:37:09.883Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:09.885Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:09.885Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:09.908Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:09.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:10.784Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:37:10.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:10.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:10.789Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:37:10.889Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:37:10.890Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:10.890Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:10.912Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:10.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:37:11.791Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "serviceName": "vFW 2022-07-18 04-35-42", "serviceVersion": "1.0", "serviceUUID": "5b8529f3-44a7-4a70-b0c9-0b26cb84b694", "serviceDescription": "catalog service description", "serviceInvariantUUID": "60f558a3-12a7-4fc0-a918-24aa8282f42e", "resources": [ { "resourceInstanceName": "vFW ac1b2b25-d3ab 0", "resourceCustomizationUUID": "460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2", "resourceName": "vFW ac1b2b25-d3ab", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "538f9972-3d9f-410e-8f30-49ec15b48543", "resourceInvariantUUID": "729a8208-ce90-4a66-aaf0-aa6b606ea343", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwac1b2b25d3ab0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "artifactChecksum": "MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "052e8e65-4597-4b11-9308-14e2f8e3ceaa", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2b04ccc3-f22c-4be1-a463-a8793ae6992f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1694f5e6-8433-4d70-a600-4b0f0b39f524", "generatedFromUUID": "2b04ccc3-f22c-4be1-a463-a8793ae6992f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1694f5e6-8433-4d70-a600-4b0f0b39f524", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220718043542-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "artifactChecksum": "MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28d98ccd-a4b4-442f-a0d1-14c388eb92e2" } ], "workloadContext": "Production" } 2022-07-18T04:37:11.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T04:37:11.794Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 ASDC 2022-07-18T04:37:11.957Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9c3d2d86-3975-4482-bbb2-8882911e1fd1 ServiceName:vFW 2022-07-18 04-35-42 ServiceVersion:1.0 ServiceUUID:5b8529f3-44a7-4a70-b0c9-0b26cb84b694 ServiceInvariantUUID:60f558a3-12a7-4fc0-a918-24aa8282f42e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220718043542-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar ArtifactUUID:28d98ccd-a4b4-442f-a0d1-14c388eb92e2 ArtifactChecksum:MDgyY2U3NTBiMjBmOGJhNGRlN2JlNDFlNmFlZDllMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ac1b2b25-d3ab 0 ResourceCustomizationUUID:460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 ResourceInvariantUUID:729a8208-ce90-4a66-aaf0-aa6b606ea343 ResourceName:vFW ac1b2b25-d3ab ResourceType:VF ResourceUUID:538f9972-3d9f-410e-8f30-49ec15b48543 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwac1b2b25d3ab0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json ArtifactUUID:052e8e65-4597-4b11-9308-14e2f8e3ceaa ArtifactChecksum:MjI4MzIwN2Y2MTFiMzU3ODc5OWM3ZmUyMTQwM2MyYTU= 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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml ArtifactUUID:2b04ccc3-f22c-4be1-a463-a8793ae6992f 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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ArtifactUUID:1694f5e6-8433-4d70-a600-4b0f0b39f524 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/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ArtifactUUID:1694f5e6-8433-4d70-a600-4b0f0b39f524 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-18T04:37:11.958Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:37:12.365Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:37:12.367Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:37:12.371Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:37:12.372Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28d98ccd-a4b4-442f-a0d1-14c388eb92e2 from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:12.372Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:37:12.374Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:12.483Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:37:12.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 28d98ccd-a4b4-442f-a0d1-14c388eb92e2 99051 2022-07-18T04:37:12.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar ASDC sendASDCNotification 2022-07-18T04:37:12.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:12.518Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:37:12.519Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:12.522Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:12.523Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119032515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:37:12.625Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-18T04:37:12.626Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:12.627Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:12.664Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:12.665Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:13.523Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:37:13.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:37:13.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 28d98ccd-a4b4-442f-a0d1-14c388eb92e2, URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar to file: /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:13.526Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220718043542-csar.csar 2022-07-18T04:37:13.651Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:13.652Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:14.625Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8978116486332680089/Definitions/service-Vfw20220718043542-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-07-18T04:37:18.881Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T04:37:18.888Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ac1b2b25-d3ab 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.889Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.890Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.891Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.892Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:18.892Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:37:18.902Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.905Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.912Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:18.913Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:37:18.916Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:18.921Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.922Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.927Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.927Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.928Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.929Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.929Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.930Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.931Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-18T04:37:18.932Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.932Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:37:18.934Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.935Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:18.935Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.936Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.937Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.938Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.939Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a53b36ee-4e99-47c8-a67b-e0a4894f8cf8 2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:18.940Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-18T04:37:18.941Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-18T04:37:18.942Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2df5babf-a78a-4a6a-a075-94af634ff685 2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:18.943Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.944Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-18T04:37:18.945Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3f61568-63be-4c59-a237-617a86a10e1f 2022-07-18T04:37:18.946Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.947Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:18.948Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-18 04-35-42 Description:catalog service description Model UUID:5b8529f3-44a7-4a70-b0c9-0b26cb84b694 Model Version:NULL Model InvariantUuid:60f558a3-12a7-4fc0-a918-24aa8282f42e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ac1b2b25-d3ab Model UUID:9aa4b52d-e61d-40da-822f-0ed65c748467 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:729a8208-ce90-4a66-aaf0-aa6b606ea343 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1cd8c7a7-2661-4af7-9143-636b91164bef ModelName:VfwAc1b2b25D3ab..base_vfw..module-0 ModelUuid:de79fc99-b2d9-4c02-b435-d37f6531cb8d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a53b36ee-4e99-47c8-a67b-e0a4894f8cf8 ModelInvariantUuid:0426ac72-6c57-45ce-8d0d-e3db551d8090 ModelName:vFW ac1b2b25-d3ab-nodes.vfwCvfc ModelUuid:47af3e39-add9-41ae-a49a-adfc9a8e65f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2a3f2372-f82f-44df-a4f9-55f1a99e569d ModelInvariantUuid:2c9b9cce-c039-4924-ba21-aff81f2d508d ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vfw ModelUuid:58ec82e0-3475-4cf9-929d-c757e252077f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2df5babf-a78a-4a6a-a075-94af634ff685 ModelInvariantUuid:365dc882-996e-44fb-87ec-3f16d364bd33 ModelName:vFW ac1b2b25-d3ab-nodes.vsnCvfc ModelUuid:3019bf0c-4056-4f4a-b698-c621aa55e894 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a53d38c0-32ae-4fa0-a2c0-518d730f463b ModelInvariantUuid:3fbd9f51-88ec-4eac-b1bb-83dffa66615c ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vsn ModelUuid:f1d0152c-b01b-4d1c-ba3f-7c7c4b841d7c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b3f61568-63be-4c59-a237-617a86a10e1f ModelInvariantUuid:e32ee604-9e9e-4bb1-9cd0-75cb65aa65aa ModelName:vFW ac1b2b25-d3ab-nodes.vpgCvfc ModelUuid:7498bc89-3b4d-4043-9618-5447e0f4566b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:199b2371-d935-49ec-827a-bfcb724d1c65 ModelInvariantUuid:c634a416-ab74-4f8a-a018-6867e2aa64a5 ModelName:VfwAc1b2b25D3ab.compute.nodes.heat.vpg ModelUuid:740340b8-a209-485c-be1c-e08df0fc57b5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T04:37:18.990Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 538f9972-3d9f-410e-8f30-49ec15b48543 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:37:19.166Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||vFW ac1b2b25-d3ab 0 2022-07-18T04:37:19.191Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 538f9972-3d9f-410e-8f30-49ec15b48543 2022-07-18T04:37:19.192Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 052e8e65-4597-4b11-9308-14e2f8e3ceaa from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 2022-07-18T04:37:19.192Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:37:19.193Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 2022-07-18T04:37:19.277Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:37:19.278Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 052e8e65-4597-4b11-9308-14e2f8e3ceaa 785 2022-07-18T04:37:19.278Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json ASDC sendASDCNotification 2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:37:19.279Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:19.281Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:19.281Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119039278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:37:19.382Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-18T04:37:19.384Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:19.385Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:19.405Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:19.407Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1} 2022-07-18T04:37:20.284Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAc1b2b25D3ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "1cd8c7a7-2661-4af7-9143-636b91164bef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de79fc99-b2d9-4c02-b435-d37f6531cb8d", "vfModuleModelCustomizationUUID": "d1bb1a09-1fa5-4eec-87c3-a45923346754", "isBase": true, "artifacts": [ "2b04ccc3-f22c-4be1-a463-a8793ae6992f", "1694f5e6-8433-4d70-a600-4b0f0b39f524" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:37:20.311Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAc1b2b25D3ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de79fc99-b2d9-4c02-b435-d37f6531cb8d VfModuleModelInvariantUUID:1cd8c7a7-2661-4af7-9143-636b91164bef VfModuleModelDescription:NULL Artifacts UUID List:{ 2b04ccc3-f22c-4be1-a463-a8793ae6992f , 1694f5e6-8433-4d70-a600-4b0f0b39f524 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:37:20.317Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAc1b2b25D3ab..base_vfw..module-0", "vfModuleModelInvariantUUID": "1cd8c7a7-2661-4af7-9143-636b91164bef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "de79fc99-b2d9-4c02-b435-d37f6531cb8d", "vfModuleModelCustomizationUUID": "d1bb1a09-1fa5-4eec-87c3-a45923346754", "isBase": true, "artifacts": [ "2b04ccc3-f22c-4be1-a463-a8793ae6992f", "1694f5e6-8433-4d70-a600-4b0f0b39f524" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAc1b2b25D3ab..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:de79fc99-b2d9-4c02-b435-d37f6531cb8d VfModuleModelInvariantUUID:1cd8c7a7-2661-4af7-9143-636b91164bef VfModuleModelDescription:NULL Artifacts UUID List:{ 2b04ccc3-f22c-4be1-a463-a8793ae6992f , 1694f5e6-8433-4d70-a600-4b0f0b39f524 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2b04ccc3-f22c-4be1-a463-a8793ae6992f from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2022-07-18T04:37:20.318Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:37:20.319Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2022-07-18T04:37:20.427Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2b04ccc3-f22c-4be1-a463-a8793ae6992f 20368 2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-18T04:37:20.428Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2022-07-18T04:37:20.429Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:37:20.429Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:20.433Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:20.433Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119040428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:37:20.533Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:20.534Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:20.535Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:20.559Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:20.560Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:21.434Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1694f5e6-8433-4d70-a600-4b0f0b39f524 from URL: /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 2022-07-18T04:37:21.434Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:37:21.435Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 2022-07-18T04:37:21.595Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:37:21.596Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 1694f5e6-8433-4d70-a600-4b0f0b39f524 2098 2022-07-18T04:37:21.597Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-18T04:37:21.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 2022-07-18T04:37:21.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:37:21.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:21.609Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:21.611Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119041597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:37:21.707Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-18T04:37:21.708Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:21.708Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:21.749Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:21.750Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:22.613Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 2022-07-18T04:37:22.614Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ac1b2b25-d3ab 0 538f9972-3d9f-410e-8f30-49ec15b48543 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:37:22.684Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502ce8a3, org.onap.sdc.toscaparser.api.parameters.Input@249f4f81, org.onap.sdc.toscaparser.api.parameters.Input@416dbe9f, org.onap.sdc.toscaparser.api.parameters.Input@245fe8e2, org.onap.sdc.toscaparser.api.parameters.Input@1381653a] 2022-07-18T04:37:22.690Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-18T04:37:22.691Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 2022-07-18T04:37:22.692Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 matches Tosca VF Customization UUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 2022-07-18T04:37:22.692Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-07-18T04:37:22.718Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.719Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.722Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-07-18T04:37:22.722Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2695a823 2022-07-18T04:37:22.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:37:22.725Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1bb1a09-1fa5-4eec-87c3-a45923346754 2022-07-18T04:37:22.727Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1bb1a09-1fa5-4eec-87c3-a45923346754 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-07-18T04:37:22.738Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.740Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.740Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.742Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:22.743Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.743Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-18T04:37:22.744Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:22.745Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-18T04:37:22.745Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-18T04:37:22.747Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.747Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-18T04:37:22.748Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.748Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a53b36ee-4e99-47c8-a67b-e0a4894f8cf8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:37:22.774Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.775Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.775Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:22.776Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:22.777Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.778Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:22.779Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.780Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-18T04:37:22.781Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.781Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2df5babf-a78a-4a6a-a075-94af634ff685 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:37:22.787Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.788Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.788Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:22.792Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.792Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is not matching search criteria 2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-18T04:37:22.793Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.794Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-18T04:37:22.795Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-18T04:37:22.796Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-18T04:37:22.797Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3f61568-63be-4c59-a237-617a86a10e1f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:37:22.801Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.802Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.802Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:37:22.803Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.803Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Node template vFW ac1b2b25-d3ab 0 is matching search criteria 2022-07-18T04:37:22.804Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ac1b2b25-d3ab 0] matching following query criteria: sdcType=VF, customizationUUID=460ca3e0-49e7-4cc9-8ff9-76ab71cb59e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:37:22.809Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.809Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.810Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5b8529f3-44a7-4a70-b0c9-0b26cb84b694: vFW ac1b2b25-d3ab 2022-07-18T04:37:22.810Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.811Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.812Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.812Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.813Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:37:22.814Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-18 04-35-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:37:22.814Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-18 04-35-42 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:37:23.514Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ac1b2b25-d3ab 538f9972-3d9f-410e-8f30-49ec15b48543 1 ASDC deployResourceStructure 2022-07-18T04:37:23.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json ASDC sendASDCNotification 2022-07-18T04:37:23.515Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json 2022-07-18T04:37:23.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:37:23.516Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:23.518Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:23.519Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119043515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:37:23.622Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-18T04:37:23.623Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:23.623Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:23.644Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:23.645Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml 2022-07-18T04:37:24.521Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:37:24.522Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:24.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:24.525Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119044520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:37:24.625Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:37:24.626Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:24.626Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:24.645Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:24.646Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:37:25.526Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env 2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:37:25.527Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:25.530Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:25.530Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119045526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-18T04:37:25.630Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:25.631Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:25.631Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:25.654Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:25.655Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar ASDC sendASDCNotification 2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar 2022-07-18T04:37:26.532Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:37:26.533Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:37:26.535Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:37:26.535Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119046532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:37:26.635Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:37:26.637Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:37:26.638Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:37:26.659Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:37:26.661Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:37:27.536Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:37:27.571Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:37:27.574Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:37:27.574Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:37:27.575Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:37:57.576Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:37:57.595Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:37:57.599Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:38:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:38:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:38:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:38:03.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:38:03.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:38:03.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:38:03.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:38:03.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:38:27.600Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:38:27.619Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:38:27.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:38:57.622Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:38:57.652Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:38:57.656Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:38:57.656Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:38:57.657Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:39:03.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:39:03.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:39:03.171Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:39:03.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:39:03.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-18T04:39:03.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-18T04:39:03.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119023160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119022150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119022214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119019420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119032965, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119031443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119032085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119032515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "cds", "timestamp": 1658119033119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:39:03.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119034074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119035237, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119036340, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.790Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.790Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:39:03.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "multicloud-k8s-id", "timestamp": 1658119037347, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119037456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119032914, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "ves-openapi-manager", "timestamp": 1658119032201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119038462, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.821Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.821Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119039278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119040848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119040428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119041860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119041597, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "policy-id", "timestamp": 1658119042866, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.844Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:39:03.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119043515, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vfwac1b2b25d3ab0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119044520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119045526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/resourceInstances/vfwac1b2b25d3ab0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119039733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119046532, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119040163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119047756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119059908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119061926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "clamp", "timestamp": 1658119062931, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.868Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.868Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:39:03.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119069111, "artifactURL": "/sdc/v1/catalog/services/Vfw20220718043542/1.0/artifacts/service-Vfw20220718043542-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:39:03.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:39:03.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:39:03.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "aai-ml", "timestamp": 1658119070120, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:03.890Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c3d2d86-3975-4482-bbb2-8882911e1fd1 2022-07-18T04:39:03.891Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:39:27.657Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:39:27.674Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:39:27.680Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T04:39:27.681Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.682Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.683Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.683Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:39:27.684Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:39:27.704Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T04:39:57.705Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T04:39:57.723Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and serviceModelVersionId: 5b8529f3-44a7-4a70-b0c9-0b26cb84b694 2022-07-18T04:39:57.724Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60f558a3-12a7-4fc0-a918-24aa8282f42e 2022-07-18T04:40:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:40:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:40:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:40:12.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:40:15.888Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0 2022-07-18T04:40:16.019Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T04:40:16.598Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|INFO|500||Invoke 2022-07-18T04:40:16.607Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94ff9d4c-448e-43a6-a650-4a41db1139a3], X-ECOMP-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], X-TransactionId=[], X-ONAP-RequestID=[9c3d2d86-3975-4482-bbb2-8882911e1fd1], Content-Type=[application/merge-patch+json]} 2022-07-18T04:40:16.746Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T04:40:17.056Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?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/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220718-04:40:16:914-83114], vertex-id=[188632], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:40:16 GMT], Content-Type=[application/json]} 2022-07-18T04:40:17.059Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-18T04:40:17.060Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/60f558a3-12a7-4fc0-a918-24aa8282f42e/model-vers/model-ver/5b8529f3-44a7-4a70-b0c9-0b26cb84b694?depth=0|INFO|500||InvokeReturn 2022-07-18T04:40:17.070Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T04:40:17.070Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:40:17.086Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T04:40:17.088Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c3d2d86-3975-4482-bbb2-8882911e1fd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T04:40:17.090Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T04:40:17.091Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:40:17.096Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:40:17.096Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119217088, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:40:17.195Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T04:40:17.197Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:40:17.197Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:40:17.220Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:40:17.221Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:40:18.127Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:40:18.128Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:40:18.129Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:40:28.565Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:40:28.566Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:40:28.566Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:40:28.567Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:40:38.124Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:40:38.125Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:40:38.126Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:40:38.126Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:40:47.686Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:41:03.160Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:41:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:41:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:41:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:41:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:41:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:41:03.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:41:03.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-18T04:41:03.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c3d2d86-3975-4482-bbb2-8882911e1fd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119217088, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:41:03.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:41:12.727Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:42:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:42:03.165Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:42:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:42:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:42:03.167Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:42:03.167Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:42:12.730Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:42:12.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:03.160Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:43:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:43:03.162Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:43:03.167Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:43:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:03.822Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:03.823Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.823Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2054341-b08b-4070-85ca-50b5ea5f33ae","serviceName":"basic_onboard_WODwuK","serviceVersion":"1.0","serviceUUID":"8af344fd-9b5b-4e2a-881b-f2c7df34039a","serviceDescription":"service","serviceInvariantUUID":"b40ec9b3-2447-49e3-b86f-228f9932d8f8","resources":[{"resourceInstanceName":"basic_onboard_WODwuK 0","resourceName":"basic_onboard_WODwuK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04464e23-2973-43d9-a74e-5fb9e403242b","resourceInvariantUUID":"6b066545-6479-4c2c-97f0-4b3d87e07a8c","resourceCustomizationUUID":"442a0a4a-22be-4849-9d54-71bd180c914c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml","artifactChecksum":"NWRlNzc1NjdiYmM1NzZhMWI3ZGZmMDhlNTU2MjE2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a856d87d-85fc-4582-b553-a0a65ca1bd9f","artifactVersion":"1"},{"artifactName":"basic_onboard_wodwuk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json","artifactChecksum":"OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15846006-34a5-4b5c-92ae-0b472e91976d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5044391b-21ff-4a6e-9a41-f80d071383e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a12a13-0eec-424a-b56a-a8b820178fa4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"914aaf72-e8e8-46ee-8266-5ebd95cb2fea","artifactVersion":"2","generatedFromUUID":"5044391b-21ff-4a6e-9a41-f80d071383e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWodwuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml","artifactChecksum":"MzlkODAzNTgxZDJlMDY1MjBlYjk2NjJkNjllMGI5MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1914f5af-fb9a-4011-8de3-804abeba88f8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWodwuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar","artifactChecksum":"YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33d71f90-b8f8-4658-a01b-07a0052b3dd7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T04:43:03.826Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:03.826Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:03.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:03.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:03.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:43:03.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:43:03.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-18T04:43:03.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-18T04:43:03.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-18T04:43:03.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119340163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119334420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119339735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "ves-openapi-manager", "timestamp": 1658119332201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119332914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119342214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119349461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119348716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119348576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119350102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119350468, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "cds", "timestamp": 1658119349584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:03.895Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:03.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119351304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "policy-id", "timestamp": 1658119351472, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:03.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:03.918Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:03.929Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:03.930Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:03.930Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119352494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119353531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:03.945Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:03.945Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae 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=? 2022-07-18T04:43:03.949Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:03.950Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-18T04:43:03.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "multicloud-k8s-id", "timestamp": 1658119354538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:43:03.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:03.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119358819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119352150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "aai-ml", "timestamp": 1658119359825, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:03.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:03.968Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:03.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119359991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119360000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:03.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119362005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119362586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:03.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "clamp", "timestamp": 1658119363009, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:03.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:03.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:04.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:43:04.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119363591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:04.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2054341-b08b-4070-85ca-50b5ea5f33ae 2022-07-18T04:43:04.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2054341-b08b-4070-85ca-50b5ea5f33ae and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:04.829Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:04.831Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:04.833Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:04.834Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:43:04.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:43:04.934Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:04.935Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:04.974Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:04.975Z||pool-20-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:05.834Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:05.836Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:05.838Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:05.839Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-18T04:43:05.939Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:05.940Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:05.940Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:05.960Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:05.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:06.839Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:06.840Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:06.844Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:06.844Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:06.944Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:06.946Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:06.946Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:06.969Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:06.970Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:07.845Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:07.846Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:07.848Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:07.849Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-18T04:43:07.949Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:07.950Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:07.950Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:08.009Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:08.010Z||pool-23-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:08.850Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:08.851Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:08.854Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:08.854Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:43:08.954Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:08.955Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:08.955Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:08.972Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:08.973Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:09.855Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:43:09.856Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:09.859Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:09.859Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:43:09.960Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:09.961Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:09.961Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:09.987Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:09.988Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:10.861Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "serviceName": "basic_onboard_WODwuK", "serviceVersion": "1.0", "serviceUUID": "8af344fd-9b5b-4e2a-881b-f2c7df34039a", "serviceDescription": "service", "serviceInvariantUUID": "b40ec9b3-2447-49e3-b86f-228f9932d8f8", "resources": [ { "resourceInstanceName": "basic_onboard_WODwuK 0", "resourceCustomizationUUID": "442a0a4a-22be-4849-9d54-71bd180c914c", "resourceName": "basic_onboard_WODwuK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "04464e23-2973-43d9-a74e-5fb9e403242b", "resourceInvariantUUID": "6b066545-6479-4c2c-97f0-4b3d87e07a8c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wodwuk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "artifactChecksum": "OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15846006-34a5-4b5c-92ae-0b472e91976d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5044391b-21ff-4a6e-9a41-f80d071383e8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "914aaf72-e8e8-46ee-8266-5ebd95cb2fea", "generatedFromUUID": "5044391b-21ff-4a6e-9a41-f80d071383e8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "914aaf72-e8e8-46ee-8266-5ebd95cb2fea", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWodwuk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "artifactChecksum": "YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33d71f90-b8f8-4658-a01b-07a0052b3dd7" } ], "workloadContext": "Production" } 2022-07-18T04:43:10.862Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T04:43:10.862Z|9c3d2d86-3975-4482-bbb2-8882911e1fd1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8af344fd-9b5b-4e2a-881b-f2c7df34039a ASDC 2022-07-18T04:43:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c2054341-b08b-4070-85ca-50b5ea5f33ae ServiceName:basic_onboard_WODwuK ServiceVersion:1.0 ServiceUUID:8af344fd-9b5b-4e2a-881b-f2c7df34039a ServiceInvariantUUID:b40ec9b3-2447-49e3-b86f-228f9932d8f8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWodwuk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar ArtifactUUID:33d71f90-b8f8-4658-a01b-07a0052b3dd7 ArtifactChecksum:YjM1MGFkODhjNGVlOWQ2ODg1YTA1MjZhNGQzN2RmYTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_WODwuK 0 ResourceCustomizationUUID:442a0a4a-22be-4849-9d54-71bd180c914c ResourceInvariantUUID:6b066545-6479-4c2c-97f0-4b3d87e07a8c ResourceName:basic_onboard_WODwuK ResourceType:VF ResourceUUID:04464e23-2973-43d9-a74e-5fb9e403242b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wodwuk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json ArtifactUUID:15846006-34a5-4b5c-92ae-0b472e91976d ArtifactChecksum:OTQ2MzYxNjA0MDlmNTc0Y2FhN2M4MGY5N2M0M2IxZGE= 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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml ArtifactUUID:5044391b-21ff-4a6e-9a41-f80d071383e8 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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ArtifactUUID:914aaf72-e8e8-46ee-8266-5ebd95cb2fea 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/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ArtifactUUID:914aaf72-e8e8-46ee-8266-5ebd95cb2fea ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-18T04:43:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8af344fd-9b5b-4e2a-881b-f2c7df34039a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:43:10.932Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:43:10.933Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:43:10.933Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33d71f90-b8f8-4658-a01b-07a0052b3dd7 from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:43:10.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:11.088Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:43:11.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 33d71f90-b8f8-4658-a01b-07a0052b3dd7 71573 2022-07-18T04:43:11.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar ASDC sendASDCNotification 2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:43:11.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:11.097Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:11.098Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119391093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:11.196Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T04:43:11.198Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:11.198Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:11.218Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:11.219Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:12.098Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:43:12.099Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:43:12.100Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 33d71f90-b8f8-4658-a01b-07a0052b3dd7, URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar to file: /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:12.100Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:12.101Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:12.101Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:12.435Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8873559891081724825/Definitions/service-BasicOnboardWodwuk-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-07-18T04:43:14.137Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T04:43:14.137Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.138Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.139Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WODwuK 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.140Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:43:14.141Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:43:14.142Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria 2022-07-18T04:43:14.143Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-18T04:43:14.144Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.145Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.146Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:14.147Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:14.147Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.148Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria 2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a42e70c-e738-40ad-a04f-cef85f80f01c 2022-07-18T04:43:14.149Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.150Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:14.151Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_WODwuK Description:service Model UUID:8af344fd-9b5b-4e2a-881b-f2c7df34039a Model Version:NULL Model InvariantUuid:b40ec9b3-2447-49e3-b86f-228f9932d8f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_WODwuK Model UUID:4b8bc8ff-ad20-49e3-b2cf-0fb2606e9dc3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6b066545-6479-4c2c-97f0-4b3d87e07a8c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:442a0a4a-22be-4849-9d54-71bd180c914c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:01e3ca56-f1e6-41cd-ae35-7591a0c0315e ModelName:BasicOnboardWodwuk..base_ubuntu18..module-0 ModelUuid:01949403-8d28-4056-91e8-531d33de54c3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a42e70c-e738-40ad-a04f-cef85f80f01c ModelInvariantUuid:7f9971b6-c11c-4914-b1f5-c2f3198428e3 ModelName:basic_onboard_WODwuK-nodes.ubuntu18Cvfc ModelUuid:7b81c1cf-6d02-41f5-9134-92f8acabf279 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:271d5868-fae3-4e76-b243-e9ababb954ab ModelInvariantUuid:53c14fcd-a8c5-4060-aab4-6344c3883910 ModelName:BasicOnboardWodwuk.compute.nodes.heat.ubuntu18 ModelUuid:0ee56f02-4571-4e15-8f9b-a5ff1fcfe6fb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T04:43:14.159Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 04464e23-2973-43d9-a74e-5fb9e403242b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:43:14.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||basic_onboard_WODwuK 0 2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04464e23-2973-43d9-a74e-5fb9e403242b 2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15846006-34a5-4b5c-92ae-0b472e91976d from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 2022-07-18T04:43:14.164Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:43:14.165Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 2022-07-18T04:43:14.354Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:43:14.354Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 15846006-34a5-4b5c-92ae-0b472e91976d 798 2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json ASDC sendASDCNotification 2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:43:14.355Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:14.358Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:14.358Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119394355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:14.458Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:14.463Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:14.463Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:14.505Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:14.508Z||pool-27-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:15.359Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWodwuk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "01e3ca56-f1e6-41cd-ae35-7591a0c0315e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01949403-8d28-4056-91e8-531d33de54c3", "vfModuleModelCustomizationUUID": "134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0", "isBase": true, "artifacts": [ "5044391b-21ff-4a6e-9a41-f80d071383e8", "914aaf72-e8e8-46ee-8266-5ebd95cb2fea" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:43:15.366Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWodwuk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01949403-8d28-4056-91e8-531d33de54c3 VfModuleModelInvariantUUID:01e3ca56-f1e6-41cd-ae35-7591a0c0315e VfModuleModelDescription:NULL Artifacts UUID List:{ 5044391b-21ff-4a6e-9a41-f80d071383e8 , 914aaf72-e8e8-46ee-8266-5ebd95cb2fea } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:43:15.369Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWodwuk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "01e3ca56-f1e6-41cd-ae35-7591a0c0315e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01949403-8d28-4056-91e8-531d33de54c3", "vfModuleModelCustomizationUUID": "134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0", "isBase": true, "artifacts": [ "5044391b-21ff-4a6e-9a41-f80d071383e8", "914aaf72-e8e8-46ee-8266-5ebd95cb2fea" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:43:15.369Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWodwuk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01949403-8d28-4056-91e8-531d33de54c3 VfModuleModelInvariantUUID:01e3ca56-f1e6-41cd-ae35-7591a0c0315e VfModuleModelDescription:NULL Artifacts UUID List:{ 5044391b-21ff-4a6e-9a41-f80d071383e8 , 914aaf72-e8e8-46ee-8266-5ebd95cb2fea } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5044391b-21ff-4a6e-9a41-f80d071383e8 from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 2022-07-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:43:15.370Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 2022-07-18T04:43:15.481Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:43:15.481Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 5044391b-21ff-4a6e-9a41-f80d071383e8 5033 2022-07-18T04:43:15.482Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-18T04:43:15.482Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 2022-07-18T04:43:15.483Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:43:15.483Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:15.488Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:15.488Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119395482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:15.586Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T04:43:15.588Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:15.588Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:15.614Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:15.615Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:16.490Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 914aaf72-e8e8-46ee-8266-5ebd95cb2fea from URL: /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 2022-07-18T04:43:16.490Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:43:16.491Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 2022-07-18T04:43:16.696Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:43:16.697Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 914aaf72-e8e8-46ee-8266-5ebd95cb2fea 909 2022-07-18T04:43:16.697Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:43:16.698Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:16.700Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:16.700Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119396697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:43:16.800Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:16.802Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:16.802Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:16.823Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:16.824Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:17.701Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8af344fd-9b5b-4e2a-881b-f2c7df34039a 2022-07-18T04:43:17.702Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WODwuK 0 04464e23-2973-43d9-a74e-5fb9e403242b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:43:17.724Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64276fd6, org.onap.sdc.toscaparser.api.parameters.Input@1b1aba2c, org.onap.sdc.toscaparser.api.parameters.Input@68886787, org.onap.sdc.toscaparser.api.parameters.Input@6312122, org.onap.sdc.toscaparser.api.parameters.Input@59b7a7ed] 2022-07-18T04:43:17.727Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.727Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 442a0a4a-22be-4849-9d54-71bd180c914c 2022-07-18T04:43:17.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 442a0a4a-22be-4849-9d54-71bd180c914c matches Tosca VF Customization UUID: 442a0a4a-22be-4849-9d54-71bd180c914c 2022-07-18T04:43:17.729Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 442a0a4a-22be-4849-9d54-71bd180c914c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-07-18T04:43:17.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.735Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 442a0a4a-22be-4849-9d54-71bd180c914c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-07-18T04:43:17.736Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@331a4a95 2022-07-18T04:43:17.736Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.737Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:43:17.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0 2022-07-18T04:43:17.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 134d7ff7-cedc-42bf-b6fb-e3f9fcb4b0e0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-07-18T04:43:17.743Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.744Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:17.744Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:17.745Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:17.746Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.746Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is not matching search criteria 2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-18T04:43:17.747Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a42e70c-e738-40ad-a04f-cef85f80f01c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:43:17.751Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.752Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:17.752Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:43:17.757Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.758Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WODwuK 0 is matching search criteria 2022-07-18T04:43:17.759Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WODwuK 0] matching following query criteria: sdcType=VF, customizationUUID=442a0a4a-22be-4849-9d54-71bd180c914c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:43:17.763Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.763Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.764Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8af344fd-9b5b-4e2a-881b-f2c7df34039a: basic_onboard_WODwuK 2022-07-18T04:43:17.764Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.765Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.766Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WODwuK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:43:17.767Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_WODwuK Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:43:17.886Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WODwuK 04464e23-2973-43d9-a74e-5fb9e403242b 1 ASDC deployResourceStructure 2022-07-18T04:43:17.887Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json ASDC sendASDCNotification 2022-07-18T04:43:17.888Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json 2022-07-18T04:43:17.888Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:43:17.889Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:17.892Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:17.892Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119397887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:43:17.992Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:17.993Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:17.993Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:18.013Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:18.014Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:18.893Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml 2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:43:18.894Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:18.897Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:18.897Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119398893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:43:18.997Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:18.998Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:18.998Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:19.018Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:19.018Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env 2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:43:19.898Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:19.901Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:19.901Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119399898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-18T04:43:20.005Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-07-18T04:43:20.014Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:20.014Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:20.040Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:20.041Z||pool-32-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar ASDC sendASDCNotification 2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar 2022-07-18T04:43:20.904Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:43:20.905Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:20.907Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:20.907Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119400904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:43:21.008Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-18T04:43:21.009Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:21.009Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:21.043Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:21.044Z||pool-33-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1} 2022-07-18T04:43:21.908Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:43:21.927Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:43:21.934Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.935Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:43:21.936Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:43:21.943Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T04:43:51.944Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2054341-b08b-4070-85ca-50b5ea5f33ae and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T04:43:51.962Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2054341-b08b-4070-85ca-50b5ea5f33ae and serviceModelVersionId: 8af344fd-9b5b-4e2a-881b-f2c7df34039a 2022-07-18T04:43:51.963Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b40ec9b3-2447-49e3-b86f-228f9932d8f8 2022-07-18T04:43:51.967Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0 2022-07-18T04:43:51.976Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T04:43:52.093Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-07-18T04:43:52.094Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|INFO|500||Invoke 2022-07-18T04:43:52.132Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T04:43:52.248Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0|INFO|500||InvokeReturn 2022-07-18T04:43:52.249Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b40ec9b3-2447-49e3-b86f-228f9932d8f8/model-vers/model-ver/8af344fd-9b5b-4e2a-881b-f2c7df34039a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220718-04:43:52:302-55247], vertex-id=[405712], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:43:52 GMT], Content-Type=[application/json]} 2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T04:43:52.250Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:43:52.258Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T04:43:52.258Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2054341-b08b-4070-85ca-50b5ea5f33ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T04:43:52.259Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T04:43:52.259Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:43:52.263Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:43:52.263Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119432259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:43:52.363Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:43:52.364Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:43:52.364Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:43:52.397Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:43:52.398Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:44:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:44:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:44:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:44:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:44:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:44:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:44:03.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:44:03.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:44:03.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:44:03.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:44:12.725Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:45:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:45:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:45:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:45:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:45:03.165Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:45:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:45:03.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:45:03.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:45:03.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-18T04:45:03.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:45:03.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-18T04:45:03.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:45:03.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119383160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:45:03.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119391093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:45:03.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119394355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:45:03.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119395482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:45:03.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119396697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:45:03.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119397887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/basic_onboard_wodwuk0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:45:03.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119398893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:45:03.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119399898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/resourceInstances/basic_onboard_wodwuk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-18T04:45:03.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119400904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWodwuk/1.0/artifacts/service-BasicOnboardWodwuk-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:45:03.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:45:03.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2054341-b08b-4070-85ca-50b5ea5f33ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119432259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:45:03.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:45:12.731Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:46:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:46:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:46:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:46:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:46:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:46:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:46:12.728Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:46:12.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:47:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:47:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:47:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:47:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:47:03.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:47:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:47:12.729Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:47:12.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:48:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:48:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:48:03.163Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:48:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:48:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:48:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:48:12.738Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:48:12.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:49:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:49:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:49:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:49:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:49:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:49:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:49:12.723Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:49:12.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:50:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:50:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:50:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:50:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:50:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:50:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:50:12.721Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:50:12.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:51:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:51:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:51:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:51:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:51:03.166Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:51:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:51:12.732Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:51:12.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:52:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:52:03.161Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:52:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:52:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:52:03.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:52:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:52:12.734Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:52:12.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:03.160Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:53:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:53:03.162Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:03.166Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:53:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:53:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:03.810Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:03.811Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.811Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"60978931-a0f2-4f38-920e-34d78f2fe154","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"486cb83a-af7c-4d10-8675-340e6168fe33","serviceDescription":"service","serviceInvariantUUID":"23c41590-daf4-4e53-82f9-5ca924d77287","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dfeddaf-3cae-4320-8cfd-d302a5267164","resourceInvariantUUID":"ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce","resourceCustomizationUUID":"5dc68f84-e474-4e35-8f8d-0d96891abb4d","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":"MTZhNTVkNDhkNzBjZDliMjAxNTRhNTlhNDkxYzJkNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da69560c-fd1b-4b6d-bd47-7714aff1ab77","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":"b6220841-6498-4aa6-aad1-349889175e19","artifactVersion":"2","generatedFromUUID":"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0"},{"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":"a13df1f6-ddd0-485d-8e5b-586ab19c0ad0","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":"MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"15359052-99cc-4998-ba23-4c92cbdce7fd","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":"b0439148-8f43-4b2d-9efd-a98cde02b433","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":"935a3d47-6007-4e15-9ccd-b4f45bbb3a10","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":"8049b572-68ad-413b-81bb-63ca1c74411a","artifactVersion":"2","generatedFromUUID":"b0439148-8f43-4b2d-9efd-a98cde02b433"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTM4MGUxNzU1MDg3ODJmMjUwNDY3NGE5NmJhNmRiNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b622930-89df-4a24-9e8e-4c6bd0336e88","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50f52cf3-6670-4bd4-b7ec-553a0ebfd939","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T04:53:03.819Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:03.819Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:03.826Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:03.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:03.826Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-18T04:53:03.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-18T04:53:03.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:53:03.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "ves-openapi-manager", "timestamp": 1658119952201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119952151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:03.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119952914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:03.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119949420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:03.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-18T04:53:03.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119965693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:03.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119966347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:03.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119967307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:03.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "cds", "timestamp": 1658119967357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:53:03.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:53:03.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 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=? 2022-07-18T04:53:03.923Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-07-18T04:53:03.924Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:03.925Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:53:03.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119968313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "policy-id", "timestamp": 1658119969316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-07-18T04:53:03.942Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:03.943Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 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=? 2022-07-18T04:53:03.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:53:03.959Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:53:03.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119968248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:53:03.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:03.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:03.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:03.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658119969252, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:53:03.985Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:53:03.985Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:53:04.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119962214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:04.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119972068, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:04.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119973145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:04.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119974238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119975353, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:04.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119976443, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:53:04.063Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:53:04.063Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-18T04:53:04.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "multicloud-k8s-id", "timestamp": 1658119977448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119969734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119970163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:04.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:53:04.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:53:04.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119979626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:04.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:53:04.831Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:04.832Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:04.834Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:04.835Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-18T04:53:04.935Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:04.936Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:04.936Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:04.956Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:04.957Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:05.836Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:05.837Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:05.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:05.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-18T04:53:05.940Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:05.941Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:05.941Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:05.959Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:05.959Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:06.840Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:06.841Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:06.845Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:06.845Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:53:06.945Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:06.946Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:06.946Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:06.975Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:06.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:07.846Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:07.847Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:07.850Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:07.850Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-18T04:53:07.954Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-18T04:53:07.955Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:07.955Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:07.974Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:07.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:08.851Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:08.853Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:08.856Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:08.857Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:08.956Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:53:08.957Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:08.957Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:08.980Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:08.981Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:09.857Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:09.858Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:09.862Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:09.862Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-18T04:53:09.962Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:09.963Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:09.963Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:09.996Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:09.998Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:10.863Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:10.868Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:10.869Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:53:10.968Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:53:10.969Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:10.969Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:10.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:10.992Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:11.869Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:53:11.871Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:11.873Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:11.874Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:53:11.974Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:53:11.975Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:11.975Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:11.992Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:11.992Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:12.876Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "486cb83a-af7c-4d10-8675-340e6168fe33", "serviceDescription": "service", "serviceInvariantUUID": "23c41590-daf4-4e53-82f9-5ca924d77287", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "5dc68f84-e474-4e35-8f8d-0d96891abb4d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7dfeddaf-3cae-4320-8cfd-d302a5267164", "resourceInvariantUUID": "ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce", "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": "b6220841-6498-4aa6-aad1-349889175e19", "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": "a13df1f6-ddd0-485d-8e5b-586ab19c0ad0", "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": "MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15359052-99cc-4998-ba23-4c92cbdce7fd", "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": "b0439148-8f43-4b2d-9efd-a98cde02b433", "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": "8049b572-68ad-413b-81bb-63ca1c74411a", "generatedFromUUID": "b0439148-8f43-4b2d-9efd-a98cde02b433" }, "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": "8049b572-68ad-413b-81bb-63ca1c74411a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50f52cf3-6670-4bd4-b7ec-553a0ebfd939" } ], "workloadContext": "Production" } 2022-07-18T04:53:12.877Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T04:53:12.877Z|c2054341-b08b-4070-85ca-50b5ea5f33ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 486cb83a-af7c-4d10-8675-340e6168fe33 ASDC 2022-07-18T04:53:12.878Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:60978931-a0f2-4f38-920e-34d78f2fe154 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:486cb83a-af7c-4d10-8675-340e6168fe33 ServiceInvariantUUID:23c41590-daf4-4e53-82f9-5ca924d77287 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:50f52cf3-6670-4bd4-b7ec-553a0ebfd939 ArtifactChecksum:YjJjZTk3ZTY4NzhiZjIyNTdhMTNmNjFmNTNlOWVmMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:5dc68f84-e474-4e35-8f8d-0d96891abb4d ResourceInvariantUUID:ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce ResourceName:basic_cnf ResourceType:VF ResourceUUID:7dfeddaf-3cae-4320-8cfd-d302a5267164 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:b6220841-6498-4aa6-aad1-349889175e19 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:a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 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:15359052-99cc-4998-ba23-4c92cbdce7fd ArtifactChecksum:MWI2Mjk2YjFhZjIzNjIxNDI0MmRmNTY0NDAzYTFiZjE= 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:b0439148-8f43-4b2d-9efd-a98cde02b433 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:8049b572-68ad-413b-81bb-63ca1c74411a 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:8049b572-68ad-413b-81bb-63ca1c74411a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-18T04:53:12.878Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 486cb83a-af7c-4d10-8675-340e6168fe33 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:53:12.981Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:53:12.982Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50f52cf3-6670-4bd4-b7ec-553a0ebfd939 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-18T04:53:12.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:12.984Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-18T04:53:13.057Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:13.062Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 50f52cf3-6670-4bd4-b7ec-553a0ebfd939 68955 2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-18T04:53:13.064Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:13.065Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:13.068Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:13.069Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119993064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:13.169Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:13.170Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:13.170Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:13.190Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:13.191Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:14.070Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:53:14.071Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:53:14.072Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 50f52cf3-6670-4bd4-b7ec-553a0ebfd939, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:14.072Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-18T04:53:14.073Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:14.073Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:14.264Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13208598517871563769/Definitions/service-BasicCnf-template.yml 2022-07-18T04:53:15.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T04:53:15.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:53:15.954Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:15.955Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-18T04:53:15.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:15.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-18T04:53:15.957Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:53:15.958Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:15.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:53:15.960Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:53:15.960Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:15.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-18T04:53:15.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-18T04:53:15.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.965Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:15.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:15.967Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-18T04:53:15.968Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=136a02ed-0661-4cff-a655-37d84f414dcc 2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:15.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:486cb83a-af7c-4d10-8675-340e6168fe33 Model Version:NULL Model InvariantUuid:23c41590-daf4-4e53-82f9-5ca924d77287 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:7398c7a0-c8b3-476a-bde5-e789f436e442 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ff1b5a28-08cc-4a89-8fb8-f3061eb6f0ce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5dc68f84-e474-4e35-8f8d-0d96891abb4d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a09503f6-7329-4fd8-a83a-00679ad73020 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:13ee2c72-4dbe-435a-aba0-384e251a277f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:136a02ed-0661-4cff-a655-37d84f414dcc ModelInvariantUuid:cccc9de4-1a89-46a5-9dde-bf42b53f1447 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:df8ce80b-dec4-46c1-b244-eb77a3860ba9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:8ebb0dcd-9a3d-475d-ba44-9ef477429369 ModelInvariantUuid:7b24fa0b-ef66-4564-be43-41404979e04d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3b41ee47-34a4-4f6d-a17c-811edccd3f33 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T04:53:15.983Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dfeddaf-3cae-4320-8cfd-d302a5267164 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-07-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dfeddaf-3cae-4320-8cfd-d302a5267164 2022-07-18T04:53:15.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6220841-6498-4aa6-aad1-349889175e19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-18T04:53:15.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:15.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-18T04:53:16.099Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:16.099Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b6220841-6498-4aa6-aad1-349889175e19 12 2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-18T04:53:16.100Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:16.101Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:16.104Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:16.104Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119996100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:16.204Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:16.205Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:16.206Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:16.224Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:16.224Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:17.105Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-18T04:53:17.105Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:17.107Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-18T04:53:17.202Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:17.202Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 2688 2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:17.203Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:17.206Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:17.206Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119997203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:17.306Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:53:17.308Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:17.308Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:17.332Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:17.333Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:18.208Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15359052-99cc-4998-ba23-4c92cbdce7fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-18T04:53:18.208Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:18.209Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 15359052-99cc-4998-ba23-4c92cbdce7fd 828 2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-18T04:53:18.270Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-18T04:53:18.271Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:18.271Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:18.273Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:18.273Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119998270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:18.374Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-18T04:53:18.375Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:18.375Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:18.400Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:18.401Z||pool-47-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:19.275Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a09503f6-7329-4fd8-a83a-00679ad73020", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13ee2c72-4dbe-435a-aba0-384e251a277f", "vfModuleModelCustomizationUUID": "6e7bed45-fdc8-4327-b62e-0dc39af8d05a", "isBase": true, "artifacts": [ "b0439148-8f43-4b2d-9efd-a98cde02b433", "a13df1f6-ddd0-485d-8e5b-586ab19c0ad0", "8049b572-68ad-413b-81bb-63ca1c74411a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:53:19.279Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13ee2c72-4dbe-435a-aba0-384e251a277f VfModuleModelInvariantUUID:a09503f6-7329-4fd8-a83a-00679ad73020 VfModuleModelDescription:NULL Artifacts UUID List:{ b0439148-8f43-4b2d-9efd-a98cde02b433 , a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 , 8049b572-68ad-413b-81bb-63ca1c74411a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:53:19.281Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a09503f6-7329-4fd8-a83a-00679ad73020", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13ee2c72-4dbe-435a-aba0-384e251a277f", "vfModuleModelCustomizationUUID": "6e7bed45-fdc8-4327-b62e-0dc39af8d05a", "isBase": true, "artifacts": [ "b0439148-8f43-4b2d-9efd-a98cde02b433", "a13df1f6-ddd0-485d-8e5b-586ab19c0ad0", "8049b572-68ad-413b-81bb-63ca1c74411a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:53:19.281Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13ee2c72-4dbe-435a-aba0-384e251a277f VfModuleModelInvariantUUID:a09503f6-7329-4fd8-a83a-00679ad73020 VfModuleModelDescription:NULL Artifacts UUID List:{ b0439148-8f43-4b2d-9efd-a98cde02b433 , a13df1f6-ddd0-485d-8e5b-586ab19c0ad0 , 8049b572-68ad-413b-81bb-63ca1c74411a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b0439148-8f43-4b2d-9efd-a98cde02b433 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:19.282Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-18T04:53:19.394Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:19.397Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b0439148-8f43-4b2d-9efd-a98cde02b433 1164 2022-07-18T04:53:19.398Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-18T04:53:19.398Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-18T04:53:19.399Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:19.400Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:19.402Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:19.402Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119999398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:19.502Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:19.503Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:19.504Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:19.524Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:19.526Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:20.404Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8049b572-68ad-413b-81bb-63ca1c74411a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-18T04:53:20.405Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:53:20.406Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-18T04:53:20.597Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8049b572-68ad-413b-81bb-63ca1c74411a 200 2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-18T04:53:20.598Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:53:20.599Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:20.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:20.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120000598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:53:20.705Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-07-18T04:53:20.706Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:20.707Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:20.726Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:20.727Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:21.601Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 486cb83a-af7c-4d10-8675-340e6168fe33 2022-07-18T04:53:21.603Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7dfeddaf-3cae-4320-8cfd-d302a5267164 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=? 2022-07-18T04:53:21.625Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:53:21.638Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b0315ae, org.onap.sdc.toscaparser.api.parameters.Input@ab7041b, org.onap.sdc.toscaparser.api.parameters.Input@3e3066db, org.onap.sdc.toscaparser.api.parameters.Input@4d5dccc2, org.onap.sdc.toscaparser.api.parameters.Input@5e601ea2] 2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.641Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5dc68f84-e474-4e35-8f8d-0d96891abb4d 2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d matches Tosca VF Customization UUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d 2022-07-18T04:53:21.642Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5dc68f84-e474-4e35-8f8d-0d96891abb4d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-07-18T04:53:21.645Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.645Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5dc68f84-e474-4e35-8f8d-0d96891abb4d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72e61665 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e7bed45-fdc8-4327-b62e-0dc39af8d05a 2022-07-18T04:53:21.646Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e7bed45-fdc8-4327-b62e-0dc39af8d05a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-07-18T04:53:21.649Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.649Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:21.650Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.651Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-18T04:53:21.651Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-18T04:53:21.651Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=136a02ed-0661-4cff-a655-37d84f414dcc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:53:21.653Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.654Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:21.654Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:53:21.654Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.654Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-18T04:53:21.654Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5dc68f84-e474-4e35-8f8d-0d96891abb4d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:53:21.656Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.657Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.657Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 486cb83a-af7c-4d10-8675-340e6168fe33: basic_cnf 2022-07-18T04:53:21.657Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.658Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.658Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.658Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.659Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.659Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.659Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.660Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.660Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:53:21.660Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:53:21.661Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:53:21.785Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7dfeddaf-3cae-4320-8cfd-d302a5267164 1 ASDC deployResourceStructure 2022-07-18T04:53:21.786Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-18T04:53:21.787Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-07-18T04:53:21.787Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-18T04:53:21.787Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:21.789Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:21.790Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120001786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-18T04:53:21.890Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:21.891Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:21.892Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:21.914Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:21.916Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:22.790Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-18T04:53:22.791Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-18T04:53:22.791Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-18T04:53:22.791Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:22.794Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:22.794Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120002790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-18T04:53:22.897Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-18T04:53:22.899Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:22.899Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:22.920Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:22.921Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:23.795Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-18T04:53:23.795Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-18T04:53:23.795Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:53:23.796Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:23.798Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:23.798Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120003795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:53:23.898Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:23.899Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:23.899Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:23.918Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:23.919Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:24.799Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-18T04:53:24.799Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-18T04:53:24.799Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:53:24.800Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:24.803Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:24.803Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120004798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:53:24.903Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:24.905Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:24.905Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:24.926Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:24.927Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:25.804Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-18T04:53:25.805Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-18T04:53:25.805Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:53:25.805Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:25.807Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:25.807Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120005804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-18T04:53:25.908Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:25.909Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:25.909Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:25.932Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:25.933Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:53:26.809Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-18T04:53:26.809Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-18T04:53:26.809Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:53:26.810Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:53:26.812Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:53:26.812Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120006808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:53:26.913Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:53:26.914Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:53:26.914Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:53:26.935Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:53:26.936Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:53:27.813Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:53:27.829Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:53:27.836Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:53:27.837Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:53:27.837Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:53:57.837Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:53:57.854Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:53:57.863Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:53:57.863Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:53:57.863Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:54:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:54:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:54:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:54:03.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:54:03.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:54:03.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:54:03.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:54:27.864Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:54:27.891Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:54:27.894Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:54:27.894Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:54:27.894Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:54:57.894Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:54:57.916Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:54:57.924Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:54:57.925Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T04:54:57.925Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T04:55:03.166Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:55:03.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:55:03.168Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:55:03.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:55:03.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-18T04:55:03.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119987275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119989015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119989186, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "aai-ml", "timestamp": 1658119990023, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:03.738Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:55:03.738Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-18T04:55:03.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "clamp", "timestamp": 1658119990189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:03.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60978931-a0f2-4f38-920e-34d78f2fe154 2022-07-18T04:55:03.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60978931-a0f2-4f38-920e-34d78f2fe154 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119983160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119993064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119996100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119997203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119998270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658119999398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120000598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120001786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-18T04:55:03.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120002790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-07-18T04:55:03.791Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120003795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120004798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120005804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120006808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120000163, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658119999734, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120002214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120014438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658120013633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120015529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120016685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120016394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120017725, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.830Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:03.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120017250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "multicloud-k8s-id", "timestamp": 1658120018735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "cds", "timestamp": 1658120018259, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:03.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:03.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120018181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "clamp", "timestamp": 1658120019185, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:03.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:03.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120020717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "cds", "timestamp": 1658120009420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120019984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120021724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "ves-openapi-manager", "timestamp": 1658120012201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "cds", "timestamp": 1658120021530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:03.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "policy-id", "timestamp": 1658120022729, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:03.928Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:03.928Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-18T04:55:03.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "multicloud-k8s-id", "timestamp": 1658120022214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "cds", "timestamp": 1658120022537, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69f45956-bb45-4f57-a59f-d8d6f68cf012 2022-07-18T04:55:03.974Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f45956-bb45-4f57-a59f-d8d6f68cf012 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:03.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "multicloud-k8s-id", "timestamp": 1658120022214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120022587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "policy-id", "timestamp": 1658120012914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658120024268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:03.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:03.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:03.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120023592, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:04.013Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:04.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "policy-id", "timestamp": 1658120025810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:04.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "aai-ml", "timestamp": 1658120025274, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.044Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24dcff30-de8e-4f94-be7c-06103530e697 2022-07-18T04:55:04.045Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24dcff30-de8e-4f94-be7c-06103530e697 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:04.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:04.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "policy-id", "timestamp": 1658120026815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:04.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120012150, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:04.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "policy-id", "timestamp": 1658120027820, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.080Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69f45956-bb45-4f57-a59f-d8d6f68cf012 2022-07-18T04:55:04.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f45956-bb45-4f57-a59f-d8d6f68cf012 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:04.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120026667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120028322, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658120029330, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.106Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69f45956-bb45-4f57-a59f-d8d6f68cf012 2022-07-18T04:55:04.106Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f45956-bb45-4f57-a59f-d8d6f68cf012 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:04.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "aai-ml", "timestamp": 1658120029733, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "clamp", "timestamp": 1658120030163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "aai-ml", "timestamp": 1658120029733, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "clamp", "timestamp": 1658120030163, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "aai-ml", "timestamp": 1658120032484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "aai-ml", "timestamp": 1658120037365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "clamp", "timestamp": 1658120037381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:55:04.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "aai-ml", "timestamp": 1658120038371, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.138Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69f45956-bb45-4f57-a59f-d8d6f68cf012 2022-07-18T04:55:04.138Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f45956-bb45-4f57-a59f-d8d6f68cf012 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:04.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "clamp", "timestamp": 1658120039186, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:55:04.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:55:04.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-18T04:55:04.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "clamp", "timestamp": 1658120040189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:04.166Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69f45956-bb45-4f57-a59f-d8d6f68cf012 2022-07-18T04:55:04.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69f45956-bb45-4f57-a59f-d8d6f68cf012 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:55:27.926Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:55:27.951Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:55:27.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:55:27.961Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.962Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:55:27.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:55:27.975Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T04:55:57.976Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60978931-a0f2-4f38-920e-34d78f2fe154 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T04:55:57.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60978931-a0f2-4f38-920e-34d78f2fe154 and serviceModelVersionId: 486cb83a-af7c-4d10-8675-340e6168fe33 2022-07-18T04:55:57.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23c41590-daf4-4e53-82f9-5ca924d77287 2022-07-18T04:55:57.993Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0 2022-07-18T04:55:58.004Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T04:55:58.107Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0|INFO|500||Invoke 2022-07-18T04:55:58.108Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60978931-a0f2-4f38-920e-34d78f2fe154], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3048fc0e-0c32-4670-ae90-8ccc2a4d80b7], X-ECOMP-RequestID=[60978931-a0f2-4f38-920e-34d78f2fe154], X-TransactionId=[], X-ONAP-RequestID=[60978931-a0f2-4f38-920e-34d78f2fe154], Content-Type=[application/merge-patch+json]} 2022-07-18T04:55:58.144Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T04:55:58.307Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?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/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220718-04:55:58:334-97201], vertex-id=[426192], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:55:58 GMT], Content-Type=[application/json]} 2022-07-18T04:55:58.308Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-18T04:55:58.309Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23c41590-daf4-4e53-82f9-5ca924d77287/model-vers/model-ver/486cb83a-af7c-4d10-8675-340e6168fe33?depth=0|INFO|500||InvokeReturn 2022-07-18T04:55:58.310Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T04:55:58.310Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:55:58.317Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T04:55:58.318Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60978931-a0f2-4f38-920e-34d78f2fe154 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T04:55:58.319Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T04:55:58.319Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:55:58.323Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:55:58.323Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120158318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:55:58.423Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:55:58.424Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:55:58.424Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:55:58.449Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:55:58.449Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:55:59.385Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:55:59.386Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:55:59.387Z|60978931-a0f2-4f38-920e-34d78f2fe154|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:03.165Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:56:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:56:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:03.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:03.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:56:03.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "60978931-a0f2-4f38-920e-34d78f2fe154", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120158318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:56:03.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:56:03.952Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:03.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T04:56:03.953Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"24dcff30-de8e-4f94-be7c-06103530e697","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"17fb9766-b42d-487c-943c-fde9e63da909","serviceDescription":"service","serviceInvariantUUID":"73c527de-a0c5-463a-86ab-6c14810b5785","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb579f48-b833-40a8-847f-c4d384976496","resourceInvariantUUID":"6af7d784-05c1-425a-b71f-cda5d360ccc3","resourceCustomizationUUID":"e1f60f06-af41-4f72-bbec-87f2eb488008","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":"ZjFkYzMzYzQ5ZTZjZWFiZWEwYzkxMzA0ODZhZDY5YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd9112c3-b5fb-4434-99a5-4a27a10670a3","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":"YjgxOTY2ZjM0MjIxMDA2MWMzMTBmNjg5YmNmOGRlYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae15f93f-ac32-41cf-8f93-964ff2446d26","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":"1a3e78b5-a8a1-4ca6-b742-71f17c09edc2","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":"9c81187b-8728-4ade-80b0-53c4ec8d6955","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":"00f00913-e684-40f3-9870-763a24c3791c","artifactVersion":"2","generatedFromUUID":"1a3e78b5-a8a1-4ca6-b742-71f17c09edc2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDE1YjYxNjYyNDlkMmIxYjU3ZjE4YzJlYjdiZTVkZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb5641f6-eb9a-4854-b77b-934358a50d28","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzczOGQ3YzkyNDI4NjFiZjUyZWZkMThlYWExYTUyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49954567-ec91-4df0-a451-181b8f9b450c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T04:56:03.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:03.956Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:03.958Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:03.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:56:04.059Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:04.060Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:04.060Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:04.080Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:04.080Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:04.959Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:04.960Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:04.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:04.963Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:56:05.063Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:05.064Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:05.064Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:05.099Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:05.100Z||pool-58-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:05.964Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:05.966Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:05.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:05.969Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-18T04:56:06.069Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:06.070Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:06.070Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:06.088Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:06.089Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:06.970Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:06.971Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:06.974Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:06.974Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:56:07.074Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:07.075Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:07.075Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:07.094Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:07.094Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:07.975Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:07.976Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:07.979Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:07.980Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-18T04:56:08.080Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:08.081Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:08.081Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:08.107Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:08.107Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1} 2022-07-18T04:56:08.980Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:08.982Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:08.984Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:08.984Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:56:09.084Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:09.085Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:09.086Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:09.104Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:09.105Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:09.986Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:09.987Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:09.990Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:09.991Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:56:10.091Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:10.092Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:10.092Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:10.132Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:10.133Z||pool-63-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:10.992Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "17fb9766-b42d-487c-943c-fde9e63da909", "serviceDescription": "service", "serviceInvariantUUID": "73c527de-a0c5-463a-86ab-6c14810b5785", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e1f60f06-af41-4f72-bbec-87f2eb488008", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bb579f48-b833-40a8-847f-c4d384976496", "resourceInvariantUUID": "6af7d784-05c1-425a-b71f-cda5d360ccc3", "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": "YjgxOTY2ZjM0MjIxMDA2MWMzMTBmNjg5YmNmOGRlYjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae15f93f-ac32-41cf-8f93-964ff2446d26", "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": "1a3e78b5-a8a1-4ca6-b742-71f17c09edc2", "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": "00f00913-e684-40f3-9870-763a24c3791c", "generatedFromUUID": "1a3e78b5-a8a1-4ca6-b742-71f17c09edc2" }, "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": "00f00913-e684-40f3-9870-763a24c3791c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzczOGQ3YzkyNDI4NjFiZjUyZWZkMThlYWExYTUyNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49954567-ec91-4df0-a451-181b8f9b450c" } ], "workloadContext": "Production" } 2022-07-18T04:56:10.992Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T04:56:10.992Z|60978931-a0f2-4f38-920e-34d78f2fe154|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 17fb9766-b42d-487c-943c-fde9e63da909 ASDC 2022-07-18T04:56:10.994Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:24dcff30-de8e-4f94-be7c-06103530e697 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:17fb9766-b42d-487c-943c-fde9e63da909 ServiceInvariantUUID:73c527de-a0c5-463a-86ab-6c14810b5785 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:49954567-ec91-4df0-a451-181b8f9b450c ArtifactChecksum:NzczOGQ3YzkyNDI4NjFiZjUyZWZkMThlYWExYTUyNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e1f60f06-af41-4f72-bbec-87f2eb488008 ResourceInvariantUUID:6af7d784-05c1-425a-b71f-cda5d360ccc3 ResourceName:basic_vm ResourceType:VF ResourceUUID:bb579f48-b833-40a8-847f-c4d384976496 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:ae15f93f-ac32-41cf-8f93-964ff2446d26 ArtifactChecksum:YjgxOTY2ZjM0MjIxMDA2MWMzMTBmNjg5YmNmOGRlYjg= 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:1a3e78b5-a8a1-4ca6-b742-71f17c09edc2 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:00f00913-e684-40f3-9870-763a24c3791c 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:00f00913-e684-40f3-9870-763a24c3791c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-18T04:56:10.994Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17fb9766-b42d-487c-943c-fde9e63da909 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:56:11.051Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:56:11.052Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:11.052Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:11.052Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49954567-ec91-4df0-a451-181b8f9b450c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-18T04:56:11.053Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:56:11.053Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-18T04:56:11.170Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:56:11.175Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 49954567-ec91-4df0-a451-181b8f9b450c 71061 2022-07-18T04:56:11.175Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-18T04:56:11.175Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-18T04:56:11.175Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:56:11.176Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:11.178Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:11.178Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120171175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:56:11.278Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:11.279Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:11.280Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:11.322Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:11.323Z||pool-64-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:12.179Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:56:12.180Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:12.181Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 49954567-ec91-4df0-a451-181b8f9b450c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:12.182Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-18T04:56:12.182Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:12.182Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:12.358Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12438281209991322140/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-07-18T04:56:14.101Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T04:56:14.102Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:56:14.102Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.103Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-18T04:56:14.103Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.103Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.104Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.104Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.104Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.105Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.105Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.105Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.105Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-18T04:56:14.106Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:56:14.106Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.106Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.107Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:14.107Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:56:14.108Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:56:14.108Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.108Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.109Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:14.109Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:56:14.109Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:56:14.109Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.109Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.110Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.110Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-18T04:56:14.111Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-18T04:56:14.111Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-18T04:56:14.111Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-18T04:56:14.112Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-18T04:56:14.112Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-18T04:56:14.112Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.112Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:56:14.113Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.113Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:14.113Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:14.114Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.114Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:14.114Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:14.115Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.115Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:14.115Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:14.115Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.116Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-18T04:56:14.116Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-18T04:56:14.116Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-18T04:56:14.116Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f88081b2-522e-4de6-a6d0-79d1e78ec488 2022-07-18T04:56:14.116Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.117Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.117Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.117Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.117Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.117Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.118Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:14.118Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:14.118Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:17fb9766-b42d-487c-943c-fde9e63da909 Model Version:NULL Model InvariantUuid:73c527de-a0c5-463a-86ab-6c14810b5785 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:540545e1-29bf-4437-b928-3d66daed04b8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6af7d784-05c1-425a-b71f-cda5d360ccc3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e1f60f06-af41-4f72-bbec-87f2eb488008 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:baad08fa-c54a-4ab8-a5e7-212c8bec5200 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:31a2a0c2-4818-4948-a2e5-9a34c919bb4d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f88081b2-522e-4de6-a6d0-79d1e78ec488 ModelInvariantUuid:7d3c9b26-8bed-4cfc-9cda-79120e3d382b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:aff237ae-cd7a-4aad-955a-4306a17bd185 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4a1a47f4-7fcc-4d34-9f1e-66441944b447 ModelInvariantUuid:a34451b5-633c-4112-8925-ddebe6f8005e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fc25d61d-c743-4c99-a0d7-46db1402cbb6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T04:56:14.127Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bb579f48-b833-40a8-847f-c4d384976496 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:14.130Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-07-18T04:56:14.130Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb579f48-b833-40a8-847f-c4d384976496 2022-07-18T04:56:14.130Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ae15f93f-ac32-41cf-8f93-964ff2446d26 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-18T04:56:14.131Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:56:14.131Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-18T04:56:14.215Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:56:14.216Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ae15f93f-ac32-41cf-8f93-964ff2446d26 787 2022-07-18T04:56:14.216Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-07-18T04:56:14.217Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-18T04:56:14.217Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:56:14.217Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:14.221Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:14.222Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120174216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:56:14.321Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:14.323Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:14.323Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:14.345Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:14.346Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:56:15.222Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "baad08fa-c54a-4ab8-a5e7-212c8bec5200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31a2a0c2-4818-4948-a2e5-9a34c919bb4d", "vfModuleModelCustomizationUUID": "a8eaf266-ab34-4306-8003-96377694a27c", "isBase": true, "artifacts": [ "1a3e78b5-a8a1-4ca6-b742-71f17c09edc2", "00f00913-e684-40f3-9870-763a24c3791c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:56:15.227Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31a2a0c2-4818-4948-a2e5-9a34c919bb4d VfModuleModelInvariantUUID:baad08fa-c54a-4ab8-a5e7-212c8bec5200 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a3e78b5-a8a1-4ca6-b742-71f17c09edc2 , 00f00913-e684-40f3-9870-763a24c3791c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:56:15.230Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "baad08fa-c54a-4ab8-a5e7-212c8bec5200", "vfModuleModelVersion": "1", "vfModuleModelUUID": "31a2a0c2-4818-4948-a2e5-9a34c919bb4d", "vfModuleModelCustomizationUUID": "a8eaf266-ab34-4306-8003-96377694a27c", "isBase": true, "artifacts": [ "1a3e78b5-a8a1-4ca6-b742-71f17c09edc2", "00f00913-e684-40f3-9870-763a24c3791c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-07-18T04:56:15.230Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:31a2a0c2-4818-4948-a2e5-9a34c919bb4d VfModuleModelInvariantUUID:baad08fa-c54a-4ab8-a5e7-212c8bec5200 VfModuleModelDescription:NULL Artifacts UUID List:{ 1a3e78b5-a8a1-4ca6-b742-71f17c09edc2 , 00f00913-e684-40f3-9870-763a24c3791c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-07-18T04:56:15.230Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a3e78b5-a8a1-4ca6-b742-71f17c09edc2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-18T04:56:15.230Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:56:15.230Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-18T04:56:15.316Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:56:15.317Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1a3e78b5-a8a1-4ca6-b742-71f17c09edc2 5033 2022-07-18T04:56:15.317Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-18T04:56:15.317Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-18T04:56:15.317Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:56:15.318Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:15.319Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:15.320Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120175317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:56:15.420Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:15.421Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:15.421Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:15.446Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:15.446Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:16.321Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00f00913-e684-40f3-9870-763a24c3791c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-18T04:56:16.321Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:56:16.322Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-18T04:56:16.385Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:56:16.385Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 00f00913-e684-40f3-9870-763a24c3791c 903 2022-07-18T04:56:16.386Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-18T04:56:16.386Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-18T04:56:16.386Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:56:16.386Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:16.388Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:16.388Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120176386, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:56:16.489Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:16.489Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:16.489Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:16.511Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:16.512Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:56:17.389Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 17fb9766-b42d-487c-943c-fde9e63da909 2022-07-18T04:56:17.390Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bb579f48-b833-40a8-847f-c4d384976496 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:17.410Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ae1786a, org.onap.sdc.toscaparser.api.parameters.Input@53be1efe, org.onap.sdc.toscaparser.api.parameters.Input@5fe8697, org.onap.sdc.toscaparser.api.parameters.Input@3b646320, org.onap.sdc.toscaparser.api.parameters.Input@2a576e0e] 2022-07-18T04:56:17.412Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.412Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.413Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-18T04:56:17.414Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e1f60f06-af41-4f72-bbec-87f2eb488008 2022-07-18T04:56:17.414Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1f60f06-af41-4f72-bbec-87f2eb488008 matches Tosca VF Customization UUID: e1f60f06-af41-4f72-bbec-87f2eb488008 2022-07-18T04:56:17.414Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e1f60f06-af41-4f72-bbec-87f2eb488008 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-07-18T04:56:17.418Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.418Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.419Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e1f60f06-af41-4f72-bbec-87f2eb488008: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-07-18T04:56:17.419Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60e33899 2022-07-18T04:56:17.419Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.419Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T04:56:17.420Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8eaf266-ab34-4306-8003-96377694a27c 2022-07-18T04:56:17.420Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8eaf266-ab34-4306-8003-96377694a27c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-07-18T04:56:17.423Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.423Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:17.423Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:17.424Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.424Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:17.424Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:17.424Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.425Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-18T04:56:17.425Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-18T04:56:17.425Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-18T04:56:17.425Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f88081b2-522e-4de6-a6d0-79d1e78ec488 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-07-18T04:56:17.429Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.429Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:17.429Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T04:56:17.429Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.430Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-18T04:56:17.430Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e1f60f06-af41-4f72-bbec-87f2eb488008 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:17.432Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.432Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.433Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 17fb9766-b42d-487c-943c-fde9e63da909: basic_vm 2022-07-18T04:56:17.433Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.433Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.433Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.433Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.434Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.434Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.434Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.434Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.434Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:17.435Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:17.435Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T04:56:17.576Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bb579f48-b833-40a8-847f-c4d384976496 1 ASDC deployResourceStructure 2022-07-18T04:56:17.577Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-07-18T04:56:17.577Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-18T04:56:17.577Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:56:17.577Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:17.582Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:17.582Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120177577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:56:17.681Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:17.682Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:17.682Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:17.705Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:17.706Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:56:18.584Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-18T04:56:18.585Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-18T04:56:18.585Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:56:18.586Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:18.591Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:18.591Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120178584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:56:18.691Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:18.692Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:18.692Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:18.711Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:18.711Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:19.592Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-18T04:56:19.592Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-18T04:56:19.592Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:56:19.595Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:19.597Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:19.598Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120179591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-18T04:56:19.703Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-07-18T04:56:19.704Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:19.704Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:19.725Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:19.725Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:56:20.599Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-18T04:56:20.600Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-18T04:56:20.600Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:56:20.601Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:20.604Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:20.604Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120180599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:56:20.704Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:20.705Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:20.706Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:20.729Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:20.729Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:21.605Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24dcff30-de8e-4f94-be7c-06103530e697 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:56:21.622Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24dcff30-de8e-4f94-be7c-06103530e697 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:56:21.627Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:56:21.627Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.628Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.629Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:21.629Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:56:21.657Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T04:56:51.657Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24dcff30-de8e-4f94-be7c-06103530e697 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T04:56:51.669Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24dcff30-de8e-4f94-be7c-06103530e697 and serviceModelVersionId: 17fb9766-b42d-487c-943c-fde9e63da909 2022-07-18T04:56:51.670Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73c527de-a0c5-463a-86ab-6c14810b5785 2022-07-18T04:56:51.671Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0 2022-07-18T04:56:51.678Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T04:56:51.737Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-07-18T04:56:51.738Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0|INFO|500||Invoke 2022-07-18T04:56:51.759Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T04:56:51.871Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0|INFO|500||InvokeReturn 2022-07-18T04:56:51.872Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73c527de-a0c5-463a-86ab-6c14810b5785/model-vers/model-ver/17fb9766-b42d-487c-943c-fde9e63da909?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220718-04:56:51:956-95965], vertex-id=[254112], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:56:51 GMT], Content-Type=[application/json]} 2022-07-18T04:56:51.872Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-07-18T04:56:51.873Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T04:56:51.876Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:51.882Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T04:56:51.882Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24dcff30-de8e-4f94-be7c-06103530e697 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T04:56:51.883Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T04:56:51.883Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:51.885Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:51.885Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120211882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:56:51.986Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:51.986Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:51.987Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:52.010Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:52.011Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:56:52.923Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T04:56:52.924Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"69f45956-bb45-4f57-a59f-d8d6f68cf012","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4dd819f2-83a1-4f09-9cb6-f374c8dcd054","serviceDescription":"service","serviceInvariantUUID":"a2fd8d42-eb9e-4b19-bc91-01f256244909","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a441dcf8-a663-4b81-a8f0-50ad72adc7ea","resourceInvariantUUID":"c20f8baa-5d5e-47e8-83dc-646da083273f","resourceCustomizationUUID":"936501d0-a05c-42a6-ba4a-5942e3b59490","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":"ZTU5MjUwZmMwNGIyYmYzNWI0OTFlZDQ3YzE3ZTg3ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"36f44d36-5e8c-44a1-9393-b7a37dd10b6b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjM4Y2E4MjY1ZGM1Y2QzZTFiOGZiYzNiNjQxZTFlZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d8e6186-8898-4882-b53b-653dc8fc91fb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T04:56:52.924Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:52.925Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:52.927Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:52.928Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:56:53.027Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:56:53.028Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:53.029Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:53.048Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:53.049Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:53.928Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T04:56:53.930Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:53.933Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:53.933Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:56:54.033Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:54.034Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:54.034Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:54.063Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:54.063Z||pool-74-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:54.934Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4dd819f2-83a1-4f09-9cb6-f374c8dcd054", "serviceDescription": "service", "serviceInvariantUUID": "a2fd8d42-eb9e-4b19-bc91-01f256244909", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "936501d0-a05c-42a6-ba4a-5942e3b59490", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a441dcf8-a663-4b81-a8f0-50ad72adc7ea", "resourceInvariantUUID": "c20f8baa-5d5e-47e8-83dc-646da083273f", "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": "ZjM4Y2E4MjY1ZGM1Y2QzZTFiOGZiYzNiNjQxZTFlZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d8e6186-8898-4882-b53b-653dc8fc91fb" } ], "workloadContext": "Production" } 2022-07-18T04:56:54.936Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T04:56:54.936Z|24dcff30-de8e-4f94-be7c-06103530e697|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 ASDC 2022-07-18T04:56:54.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:69f45956-bb45-4f57-a59f-d8d6f68cf012 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4dd819f2-83a1-4f09-9cb6-f374c8dcd054 ServiceInvariantUUID:a2fd8d42-eb9e-4b19-bc91-01f256244909 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:6d8e6186-8898-4882-b53b-653dc8fc91fb ArtifactChecksum:ZjM4Y2E4MjY1ZGM1Y2QzZTFiOGZiYzNiNjQxZTFlZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:936501d0-a05c-42a6-ba4a-5942e3b59490 ResourceInvariantUUID:c20f8baa-5d5e-47e8-83dc-646da083273f ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a441dcf8-a663-4b81-a8f0-50ad72adc7ea ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-18T04:56:54.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:56:55.010Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:56:55.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:55.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:55.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d8e6186-8898-4882-b53b-653dc8fc91fb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-18T04:56:55.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-18T04:56:55.012Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-18T04:56:55.313Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-18T04:56:55.316Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6d8e6186-8898-4882-b53b-653dc8fc91fb 52516 2022-07-18T04:56:55.316Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-18T04:56:55.316Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-18T04:56:55.317Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T04:56:55.317Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:55.321Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:55.322Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120215316, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:56:55.420Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T04:56:55.421Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:55.422Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:55.438Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:55.438Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-18T04:56:56.323Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T04:56:56.323Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-18T04:56:56.323Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6d8e6186-8898-4882-b53b-653dc8fc91fb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.324Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-18T04:56:56.324Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.324Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.419Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2567261435552389657/Definitions/service-BasicNetwork-template.yml 2022-07-18T04:56:56.933Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.934Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:56:56.935Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.936Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.937Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.938Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4dd819f2-83a1-4f09-9cb6-f374c8dcd054 Model Version:NULL Model InvariantUuid:a2fd8d42-eb9e-4b19-bc91-01f256244909 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c20f8baa-5d5e-47e8-83dc-646da083273f Model UUID:2ed57bfe-908c-4823-9772-c74f7f34bba6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:936501d0-a05c-42a6-ba4a-5942e3b59490 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T04:56:56.948Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: a441dcf8-a663-4b81-a8f0-50ad72adc7ea 2022-07-18T04:56:56.949Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||No resources found for Service: 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:56.953Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| 2022-07-18T04:56:56.954Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-18T04:56:56.955Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 2022-07-18T04:56:56.955Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 2022-07-18T04:56:56.955Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-18T04:56:56.955Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:56:56.961Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fdfd0e4, org.onap.sdc.toscaparser.api.parameters.Input@44257249, org.onap.sdc.toscaparser.api.parameters.Input@7f928e91, org.onap.sdc.toscaparser.api.parameters.Input@45c0d712, org.onap.sdc.toscaparser.api.parameters.Input@14c977be] 2022-07-18T04:56:56.963Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.964Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.964Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.964Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.964Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4dd819f2-83a1-4f09-9cb6-f374c8dcd054: Generic NeutronNet 2022-07-18T04:56:56.965Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.965Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:56.965Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:56.965Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-07-18T04:56:57.009Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:57.010Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:57.010Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:57.010Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:57.010Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T04:56:57.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T04:56:57.011Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-07-18T04:56:57.088Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-18T04:56:57.088Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-18T04:56:57.088Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-18T04:56:57.089Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T04:56:57.089Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:56:57.091Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:56:57.091Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120217088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:56:57.191Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T04:56:57.192Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:56:57.192Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:56:57.222Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:56:57.223Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-18T04:56:58.091Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69f45956-bb45-4f57-a59f-d8d6f68cf012 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:56:58.112Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69f45956-bb45-4f57-a59f-d8d6f68cf012 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T04:56:58.119Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T04:56:58.120Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T04:56:58.120Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T04:56:58.120Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T04:56:58.121Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.121Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.121Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.121Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.122Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.122Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T04:56:58.122Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T04:56:58.131Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T04:57:03.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:57:03.166Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:57:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:57:03.321Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:57:03.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-18T04:57:03.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:57:03.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-18T04:57:28.131Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69f45956-bb45-4f57-a59f-d8d6f68cf012 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T04:57:28.144Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69f45956-bb45-4f57-a59f-d8d6f68cf012 and serviceModelVersionId: 4dd819f2-83a1-4f09-9cb6-f374c8dcd054 2022-07-18T04:57:28.144Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2fd8d42-eb9e-4b19-bc91-01f256244909 2022-07-18T04:57:28.145Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0 2022-07-18T04:57:28.151Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T04:57:28.194Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0|INFO|500||Invoke 2022-07-18T04:57:28.195Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[69f45956-bb45-4f57-a59f-d8d6f68cf012], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60f6db00-9ee2-41fe-980e-1323d6d93cd8], X-ECOMP-RequestID=[69f45956-bb45-4f57-a59f-d8d6f68cf012], X-TransactionId=[], X-ONAP-RequestID=[69f45956-bb45-4f57-a59f-d8d6f68cf012], Content-Type=[application/merge-patch+json]} 2022-07-18T04:57:28.223Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T04:57:28.345Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?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/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220718-04:57:28:416-97868], vertex-id=[241832], Content-Length=[0], Date=[Mon, 18 Jul 2022 04:57:28 GMT], Content-Type=[application/json]} 2022-07-18T04:57:28.346Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-18T04:57:28.347Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2fd8d42-eb9e-4b19-bc91-01f256244909/model-vers/model-ver/4dd819f2-83a1-4f09-9cb6-f374c8dcd054?depth=0|INFO|500||InvokeReturn 2022-07-18T04:57:28.347Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T04:57:28.347Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T04:57:28.356Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T04:57:28.356Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69f45956-bb45-4f57-a59f-d8d6f68cf012 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T04:57:28.356Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T04:57:28.357Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-18T04:57:28.359Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T04:57:28.359Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120248356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:57:28.459Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T04:57:28.461Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T04:57:28.461Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:57:28.487Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:57:28.489Z||pool-77-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T04:57:29.379Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:57:29.380Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:57:29.381Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:57:38.946Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:57:38.947Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:57:38.948Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:57:38.948Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:57:48.548Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:57:48.550Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:57:48.550Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:57:48.551Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:57:58.131Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:58:03.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:58:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:58:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:58:03.165Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:58:03.166Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:58:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:58:03.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:58:03.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:58:03.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:58:03.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120171175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:58:03.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120174216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T04:58:03.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120175317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T04:58:03.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120176386, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-18T04:58:03.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120177577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T04:58:03.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120178584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-18T04:58:03.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120179591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-18T04:58:03.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120180599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:58:03.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "24dcff30-de8e-4f94-be7c-06103530e697", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120211882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:58:03.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T04:58:03.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120159385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-18T04:58:03.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-18T04:58:03.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120215316, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T04:58:03.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:03.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-18T04:58:03.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120217088, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T04:58:03.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:58:12.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:59:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:59:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:59:03.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T04:59:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T04:59:03.165Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T04:59:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T04:59:03.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T04:59:03.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-18T04:59:03.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "69f45956-bb45-4f57-a59f-d8d6f68cf012", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658120248356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T04:59:03.760Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T04:59:12.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:00:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:00:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:00:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:00:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:00:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:00:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:00:12.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:00:12.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:01:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:01:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:01:03.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:01:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:01:03.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:01:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:01:12.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:01:12.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:02:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:02:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:02:03.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:02:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:02:03.166Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:02:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:02:12.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:02:12.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:03:03.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:03:03.163Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:03:03.163Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:03:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:03:03.165Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:03:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:03:12.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:03:12.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:04:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:04:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:04:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:04:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:04:03.166Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:04:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:04:12.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:04:12.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:05:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:05:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:05:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:05:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:05:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:05:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:05:12.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:05:12.743Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:06:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:06:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:06:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:06:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:06:03.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:06:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:06:12.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:06:12.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:07:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:07:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:07:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:07:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:07:03.166Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:07:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:07:12.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:07:12.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:08:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:08:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:08:03.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:08:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:08:03.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:08:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:08:12.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:08:12.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:09:03.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:09:03.161Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:09:03.161Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:09:03.165Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:09:03.165Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:09:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:09:12.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:09:12.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:10:03.165Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:10:03.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:10:03.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:10:03.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:10:03.172Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:10:03.172Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:10:12.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:10:12.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:03.161Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:11:03.162Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:11:03.162Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:11:03.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:11:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:03.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:03.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd366837-9182-4137-9824-e66807b69f53","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1cf412d9-291a-4c02-abe0-167f1bce3653","serviceDescription":"service","serviceInvariantUUID":"7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"980f9bbd-b20a-4495-9924-4c72efa26bec","resourceInvariantUUID":"3b5b1613-6016-479a-aa5f-c1de8fd3b08f","resourceCustomizationUUID":"73238724-787e-4e7c-8899-97cc0a4236fa","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":"OThiOGJmZGY1NDYxNGY5N2MzODE0YjZhYmY1MDExMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec3da339-d990-4dfc-9310-e2dc6ba2d861","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":"ZTdlNzViYmNiNmRkMjUyN2FlODRlMWE1NDMxNjBmNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03cf6bc0-7a4a-407d-b766-db2ebb6c9c2c","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":"fddfa7d3-01e1-4976-a7e2-f5d1880b07ab","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":"e05da4c8-0db6-48b5-83bd-3225ad32febe","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":"700360cc-7a36-45f3-adb5-2d2405c99062","artifactVersion":"2","generatedFromUUID":"a6a39cc0-c408-46dc-8c56-b836517e836f"},{"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":"35787dc2-b9b0-4465-9442-f96803b30fd4","artifactVersion":"2","generatedFromUUID":"fddfa7d3-01e1-4976-a7e2-f5d1880b07ab"},{"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":"a6a39cc0-c408-46dc-8c56-b836517e836f","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":"29ae5c5d-c477-421d-846a-778a8a173861","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":"MzVkOTgwODc0NjE4MGQ3MzMxNTk5MjFjMmY0YzE0MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2be6cdd1-d095-43c1-b789-e4aea7ed6d0c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YWZkODA4NTMzYWRlYTI5OTYxMmIwYmIzMTM5ZjY3OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8be7a16-b898-4e95-84d7-671c49c6d77f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T05:11:03.818Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:03.818Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:03.822Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:03.822Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:03.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121029420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121032150, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "ves-openapi-manager", "timestamp": 1658121032201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121043642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121044713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121043083, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121045720, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "policy-id", "timestamp": 1658121046724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:11:03.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:11:03.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:11:03.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-18T05:11:03.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "cds", "timestamp": 1658121046204, "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-07-18T05:11:03.922Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:03.923Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:03.923Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:03.931Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:11:03.932Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:11:03.944Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:03.945Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:03.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121045702, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121046709, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:11:03.962Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:11:03.963Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:11:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121042214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121053087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121054170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121055355, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121056479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:03.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:03.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:03.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121057680, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:11:04.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:11:04.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-07-18T05:11:04.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "multicloud-k8s-id", "timestamp": 1658121058688, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:04.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121049734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:04.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121050164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121060655, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:04.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:11:04.823Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:04.824Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:04.826Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:04.827Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-18T05:11:04.927Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:04.928Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:04.929Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:04.952Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:04.952Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:05.827Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:05.829Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:05.831Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:05.831Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-18T05:11:05.937Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-07-18T05:11:05.938Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:05.938Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:05.971Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:05.971Z||pool-80-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:06.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:06.833Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:06.837Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:06.837Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:06.938Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T05:11:06.939Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:06.939Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:06.962Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:06.962Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:07.838Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:07.841Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:07.844Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:07.844Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-18T05:11:07.946Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-18T05:11:07.948Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:07.948Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:07.975Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:07.977Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:08.849Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:08.850Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:08.855Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:08.855Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-18T05:11:08.955Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:11:08.956Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:08.956Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:08.974Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:08.974Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:09.856Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:09.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:09.860Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:09.860Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-18T05:11:09.961Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-18T05:11:09.962Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:09.963Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:09.983Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:09.986Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:10.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:10.862Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:10.866Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:10.866Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:10.966Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:11:10.967Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:10.967Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:10.990Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:10.991Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:11.868Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:11.869Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:11.871Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:11.872Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:11:11.972Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:11.974Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:11.974Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:11.990Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:11.991Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:12.877Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:11:12.877Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:12.879Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:12.880Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:11:12.980Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:12.981Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:12.981Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:12.998Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:12.999Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:13.882Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1cf412d9-291a-4c02-abe0-167f1bce3653", "serviceDescription": "service", "serviceInvariantUUID": "7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "73238724-787e-4e7c-8899-97cc0a4236fa", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "980f9bbd-b20a-4495-9924-4c72efa26bec", "resourceInvariantUUID": "3b5b1613-6016-479a-aa5f-c1de8fd3b08f", "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": "ZTdlNzViYmNiNmRkMjUyN2FlODRlMWE1NDMxNjBmNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03cf6bc0-7a4a-407d-b766-db2ebb6c9c2c", "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": "fddfa7d3-01e1-4976-a7e2-f5d1880b07ab", "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": "35787dc2-b9b0-4465-9442-f96803b30fd4", "generatedFromUUID": "fddfa7d3-01e1-4976-a7e2-f5d1880b07ab" }, "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": "700360cc-7a36-45f3-adb5-2d2405c99062", "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": "35787dc2-b9b0-4465-9442-f96803b30fd4", "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": "a6a39cc0-c408-46dc-8c56-b836517e836f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YWZkODA4NTMzYWRlYTI5OTYxMmIwYmIzMTM5ZjY3OTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8be7a16-b898-4e95-84d7-671c49c6d77f" } ], "workloadContext": "Production" } 2022-07-18T05:11:13.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T05:11:13.883Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1cf412d9-291a-4c02-abe0-167f1bce3653 ASDC 2022-07-18T05:11:13.883Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:dd366837-9182-4137-9824-e66807b69f53 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1cf412d9-291a-4c02-abe0-167f1bce3653 ServiceInvariantUUID:7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5 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:f8be7a16-b898-4e95-84d7-671c49c6d77f ArtifactChecksum:YWZkODA4NTMzYWRlYTI5OTYxMmIwYmIzMTM5ZjY3OTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:73238724-787e-4e7c-8899-97cc0a4236fa ResourceInvariantUUID:3b5b1613-6016-479a-aa5f-c1de8fd3b08f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:980f9bbd-b20a-4495-9924-4c72efa26bec 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:03cf6bc0-7a4a-407d-b766-db2ebb6c9c2c ArtifactChecksum:ZTdlNzViYmNiNmRkMjUyN2FlODRlMWE1NDMxNjBmNjY= 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:fddfa7d3-01e1-4976-a7e2-f5d1880b07ab 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:35787dc2-b9b0-4465-9442-f96803b30fd4 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:700360cc-7a36-45f3-adb5-2d2405c99062 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:35787dc2-b9b0-4465-9442-f96803b30fd4 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:a6a39cc0-c408-46dc-8c56-b836517e836f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-18T05:11:13.884Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cf412d9-291a-4c02-abe0-167f1bce3653 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T05:11:14.002Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T05:11:14.004Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:11:14.010Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:11:14.010Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f8be7a16-b898-4e95-84d7-671c49c6d77f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:14.010Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:14.011Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:14.195Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:14.203Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f8be7a16-b898-4e95-84d7-671c49c6d77f 158221 2022-07-18T05:11:14.203Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-18T05:11:14.203Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:14.204Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:14.204Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:14.206Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:14.206Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121074203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:14.307Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:14.309Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:14.310Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:14.335Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:14.336Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:15.209Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T05:11:15.218Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:11:15.219Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f8be7a16-b898-4e95-84d7-671c49c6d77f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:15.219Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-18T05:11:15.221Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:15.221Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:15.478Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13994807249974957700/Definitions/service-BasicCnfMacro-template.yml 2022-07-18T05:11:17.439Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:17.440Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:17.441Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:17.441Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-07-18T05:11:17.441Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.442Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.442Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.442Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-07-18T05:11:17.443Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T05:11:17.443Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.443Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.444Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.444Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-07-18T05:11:17.444Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T05:11:17.444Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.445Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.445Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.445Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-18T05:11:17.446Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-18T05:11:17.446Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-18T05:11:17.446Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-18T05:11:17.446Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.447Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T05:11:17.447Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.447Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.447Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:17.448Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.448Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.448Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:17.448Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.449Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.449Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:17.449Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.449Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:17.449Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:17.450Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.450Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-18T05:11:17.450Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-18T05:11:17.450Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e9d8aa14-9da0-4139-8eb5-3419cda1434d 2022-07-18T05:11:17.451Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.451Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.451Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.451Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.452Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.452Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.452Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:17.452Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:17.452Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1cf412d9-291a-4c02-abe0-167f1bce3653 Model Version:NULL Model InvariantUuid:7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:b4ff820e-1c2c-4472-a8f8-d11c40a7be19 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3b5b1613-6016-479a-aa5f-c1de8fd3b08f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:73238724-787e-4e7c-8899-97cc0a4236fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2a1891c-801e-4b01-ac9a-834459e5252d ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:0e7f7419-8cf6-43eb-a45e-9497486fba7c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:a77c0262-3202-4b60-a077-1296efb10dfa ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0c09d33d-85a6-49a7-99c0-b4a5a259ff0d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e9d8aa14-9da0-4139-8eb5-3419cda1434d ModelInvariantUuid:40f73012-3ddf-4282-b365-0a78bd9b7060 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:afaf4312-7643-4855-90bf-cd63ce3b7f0c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:95cd5ab9-e488-4e2c-a4d2-e896974087a6 ModelInvariantUuid:553c4eeb-b3ba-4d10-8596-5fa26822dcdf ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:c5e74bf7-d486-4ef1-89e4-ee781485cb26 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T05:11:17.466Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 980f9bbd-b20a-4495-9924-4c72efa26bec Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:11:17.475Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-07-18T05:11:17.476Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 980f9bbd-b20a-4495-9924-4c72efa26bec 2022-07-18T05:11:17.476Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03cf6bc0-7a4a-407d-b766-db2ebb6c9c2c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-18T05:11:17.476Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:17.476Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:17.566Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:17.567Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 03cf6bc0-7a4a-407d-b766-db2ebb6c9c2c 1565 2022-07-18T05:11:17.567Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:17.567Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:17.568Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:17.568Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:17.573Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:17.573Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121077567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:17.672Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T05:11:17.673Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:17.673Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:17.706Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:17.707Z||pool-89-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:18.574Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "a77c0262-3202-4b60-a077-1296efb10dfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c09d33d-85a6-49a7-99c0-b4a5a259ff0d", "vfModuleModelCustomizationUUID": "38431d99-9c22-4634-9ab8-4f11ce489bae", "isBase": true, "artifacts": [ "fddfa7d3-01e1-4976-a7e2-f5d1880b07ab", "35787dc2-b9b0-4465-9442-f96803b30fd4" ], "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": "b2a1891c-801e-4b01-ac9a-834459e5252d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e7f7419-8cf6-43eb-a45e-9497486fba7c", "vfModuleModelCustomizationUUID": "a3a25d6a-1a83-4fa4-a83e-051ce30d6af3", "isBase": false, "artifacts": [ "a6a39cc0-c408-46dc-8c56-b836517e836f" ], "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-07-18T05:11:18.581Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c09d33d-85a6-49a7-99c0-b4a5a259ff0d VfModuleModelInvariantUUID:a77c0262-3202-4b60-a077-1296efb10dfa VfModuleModelDescription:NULL Artifacts UUID List:{ fddfa7d3-01e1-4976-a7e2-f5d1880b07ab , 35787dc2-b9b0-4465-9442-f96803b30fd4 } 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:0e7f7419-8cf6-43eb-a45e-9497486fba7c VfModuleModelInvariantUUID:b2a1891c-801e-4b01-ac9a-834459e5252d VfModuleModelDescription:NULL Artifacts UUID List:{ a6a39cc0-c408-46dc-8c56-b836517e836f } 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-07-18T05:11:18.585Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "a77c0262-3202-4b60-a077-1296efb10dfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c09d33d-85a6-49a7-99c0-b4a5a259ff0d", "vfModuleModelCustomizationUUID": "38431d99-9c22-4634-9ab8-4f11ce489bae", "isBase": true, "artifacts": [ "fddfa7d3-01e1-4976-a7e2-f5d1880b07ab", "35787dc2-b9b0-4465-9442-f96803b30fd4" ], "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": "b2a1891c-801e-4b01-ac9a-834459e5252d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e7f7419-8cf6-43eb-a45e-9497486fba7c", "vfModuleModelCustomizationUUID": "a3a25d6a-1a83-4fa4-a83e-051ce30d6af3", "isBase": false, "artifacts": [ "a6a39cc0-c408-46dc-8c56-b836517e836f" ], "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-07-18T05:11:18.586Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c09d33d-85a6-49a7-99c0-b4a5a259ff0d VfModuleModelInvariantUUID:a77c0262-3202-4b60-a077-1296efb10dfa VfModuleModelDescription:NULL Artifacts UUID List:{ fddfa7d3-01e1-4976-a7e2-f5d1880b07ab , 35787dc2-b9b0-4465-9442-f96803b30fd4 } 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:0e7f7419-8cf6-43eb-a45e-9497486fba7c VfModuleModelInvariantUUID:b2a1891c-801e-4b01-ac9a-834459e5252d VfModuleModelDescription:NULL Artifacts UUID List:{ a6a39cc0-c408-46dc-8c56-b836517e836f } 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-07-18T05:11:18.586Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fddfa7d3-01e1-4976-a7e2-f5d1880b07ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-18T05:11:18.586Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:18.586Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:18.651Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:18.651Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml fddfa7d3-01e1-4976-a7e2-f5d1880b07ab 914 2022-07-18T05:11:18.652Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:18.652Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:18.652Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:18.652Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:18.654Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:18.654Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121078652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:18.754Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:18.755Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:18.755Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:18.774Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:18.775Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:19.655Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 700360cc-7a36-45f3-adb5-2d2405c99062 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-18T05:11:19.656Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:19.656Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:19.734Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:19.736Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 700360cc-7a36-45f3-adb5-2d2405c99062 12 2022-07-18T05:11:19.736Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:19.737Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:19.737Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:19.737Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:19.739Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:19.739Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121079736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:19.839Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:19.840Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:19.840Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:19.886Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:19.886Z||pool-91-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:20.740Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35787dc2-b9b0-4465-9442-f96803b30fd4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-18T05:11:20.741Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:20.742Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:20.828Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:20.830Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 35787dc2-b9b0-4465-9442-f96803b30fd4 96 2022-07-18T05:11:20.830Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:20.831Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:20.831Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:20.832Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:20.835Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:20.836Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121080830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:20.935Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T05:11:20.936Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:20.936Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:20.961Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:20.961Z||pool-92-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:21.837Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6a39cc0-c408-46dc-8c56-b836517e836f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-18T05:11:21.842Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:11:21.842Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:21.923Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:11:21.926Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a6a39cc0-c408-46dc-8c56-b836517e836f 20206 2022-07-18T05:11:21.926Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:21.927Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:21.927Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:11:21.928Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:21.930Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:21.931Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121081926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T05:11:22.036Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-07-18T05:11:22.038Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:22.038Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:22.061Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:22.062Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:22.936Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1cf412d9-291a-4c02-abe0-167f1bce3653 2022-07-18T05:11:22.937Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 980f9bbd-b20a-4495-9924-4c72efa26bec 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-07-18T05:11:22.955Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71cc2911, org.onap.sdc.toscaparser.api.parameters.Input@17155b6a, org.onap.sdc.toscaparser.api.parameters.Input@2aaccd44, org.onap.sdc.toscaparser.api.parameters.Input@69ebd8ba, org.onap.sdc.toscaparser.api.parameters.Input@79ffe037] 2022-07-18T05:11:22.957Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.957Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.958Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-07-18T05:11:22.958Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 73238724-787e-4e7c-8899-97cc0a4236fa 2022-07-18T05:11:22.958Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73238724-787e-4e7c-8899-97cc0a4236fa matches Tosca VF Customization UUID: 73238724-787e-4e7c-8899-97cc0a4236fa 2022-07-18T05:11:22.958Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 73238724-787e-4e7c-8899-97cc0a4236fa matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-07-18T05:11:22.964Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.965Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.966Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 73238724-787e-4e7c-8899-97cc0a4236fa: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-07-18T05:11:22.966Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f1f3ef3 2022-07-18T05:11:22.966Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.966Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-18T05:11:22.966Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3a25d6a-1a83-4fa4-a83e-051ce30d6af3 2022-07-18T05:11:22.967Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3a25d6a-1a83-4fa4-a83e-051ce30d6af3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-07-18T05:11:22.970Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.971Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:22.971Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:22.971Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.972Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:22.972Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-18T05:11:22.972Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.973Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-18T05:11:22.973Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=73238724-787e-4e7c-8899-97cc0a4236fa Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1cf412d9-291a-4c02-abe0-167f1bce3653: basic_cnf_macro 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.976Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.977Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.977Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.977Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.977Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.977Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.978Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:11:22.978Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:11:22.978Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:23.077Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 980f9bbd-b20a-4495-9924-4c72efa26bec 2 ASDC deployResourceStructure 2022-07-18T05:11:23.078Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:23.079Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:23.080Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T05:11:23.080Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:23.085Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:23.086Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121083078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T05:11:23.183Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-18T05:11:23.185Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:23.185Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:23.211Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:23.211Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:11:24.087Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:24.087Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:24.087Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T05:11:24.087Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:24.089Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:24.089Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121084087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-18T05:11:24.190Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:24.190Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:24.190Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:24.210Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:24.210Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:25.093Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:25.094Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:25.094Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-18T05:11:25.094Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:25.096Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:25.097Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121085093, "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-07-18T05:11:25.198Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:25.199Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:25.199Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:25.235Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:25.235Z||pool-96-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:26.098Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:26.098Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:26.098Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T05:11:26.099Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:26.102Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:26.102Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121086098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-18T05:11:26.202Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:26.203Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:26.203Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:26.217Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:26.218Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:27.107Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:27.108Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||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-07-18T05:11:27.108Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-18T05:11:27.108Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:27.110Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:27.110Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121087107, "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-07-18T05:11:27.210Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:27.211Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:27.211Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:27.231Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:27.232Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:28.114Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-18T05:11:28.115Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-18T05:11:28.115Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T05:11:28.115Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:11:28.118Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:11:28.118Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121088114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:11:28.218Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:11:28.219Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:11:28.219Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:11:28.252Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:11:28.253Z||pool-99-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:11:29.119Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:11:29.138Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:11:29.150Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:11:29.150Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T05:11:29.151Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T05:11:59.151Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:11:59.192Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:11:59.198Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:11:59.198Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T05:11:59.198Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T05:12:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:12:03.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:12:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:12:03.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:12:03.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:12:03.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:12:03.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:12:29.199Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:12:29.237Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:12:29.241Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:12:29.242Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T05:12:29.242Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T05:12:59.243Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:12:59.307Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:12:59.313Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:12:59.313Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-18T05:12:59.314Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-18T05:13:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:13:03.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:13:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:13:03.217Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:13:03.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121064489, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-18T05:13:03.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121069497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121070397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "clamp", "timestamp": 1658121070501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:03.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:13:03.233Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "aai-ml", "timestamp": 1658121071405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:03.252Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd366837-9182-4137-9824-e66807b69f53 2022-07-18T05:13:03.252Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd366837-9182-4137-9824-e66807b69f53 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121063160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121074203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121077567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121078652, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121079736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121080830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121081926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121083078, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121084087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121085093, "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-07-18T05:13:03.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121086098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121087107, "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-07-18T05:13:03.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121088114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121092151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121092201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121092914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121109585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121108950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121110647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "multicloud-k8s-id", "timestamp": 1658121102214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121111652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121110812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121110950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:13:03.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "policy-id", "timestamp": 1658121112657, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.318Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:13:03.318Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "ves-openapi-manager", "timestamp": 1658121111816, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:03.345Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:13:03.345Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1658121111954, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:03.363Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:13:03.363Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121104420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121114241, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "cds", "timestamp": 1658121115519, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:03.391Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:13:03.391Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:13:03.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121109733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121110163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:13:03.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-18T05:13:03.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:13:03.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121119649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:13:03.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:13:29.314Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:13:29.330Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd366837-9182-4137-9824-e66807b69f53 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:13:29.333Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:13:29.333Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T05:13:29.333Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T05:13:29.333Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:13:29.334Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:13:29.342Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T05:13:59.345Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd366837-9182-4137-9824-e66807b69f53 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T05:13:59.366Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd366837-9182-4137-9824-e66807b69f53 and serviceModelVersionId: 1cf412d9-291a-4c02-abe0-167f1bce3653 2022-07-18T05:13:59.367Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5 2022-07-18T05:13:59.368Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0 2022-07-18T05:13:59.378Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T05:13:59.520Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0|INFO|500||Invoke 2022-07-18T05:13:59.521Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd366837-9182-4137-9824-e66807b69f53], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae7dfea4-44a1-43c6-bed6-252ff8025e87], X-ECOMP-RequestID=[dd366837-9182-4137-9824-e66807b69f53], X-TransactionId=[], X-ONAP-RequestID=[dd366837-9182-4137-9824-e66807b69f53], Content-Type=[application/merge-patch+json]} 2022-07-18T05:13:59.565Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T05:13:59.792Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?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/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220718-05:13:59:792-17602], vertex-id=[495824], Content-Length=[0], Date=[Mon, 18 Jul 2022 05:13:59 GMT], Content-Type=[application/json]} 2022-07-18T05:13:59.792Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-18T05:13:59.793Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e249a2a-1b9c-4bc1-b9dd-38c487ab45e5/model-vers/model-ver/1cf412d9-291a-4c02-abe0-167f1bce3653?depth=0|INFO|500||InvokeReturn 2022-07-18T05:13:59.793Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T05:13:59.793Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:13:59.810Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T05:13:59.810Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd366837-9182-4137-9824-e66807b69f53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T05:13:59.811Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T05:13:59.811Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:13:59.814Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:13:59.815Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121239811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T05:13:59.918Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-18T05:13:59.919Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:13:59.919Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:13:59.956Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:13:59.958Z||pool-100-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-07-18T05:14:00.849Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:14:00.850Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:14:00.850Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:03.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:14:03.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:14:03.169Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:03.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:03.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:14:03.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121125882, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:14:03.212Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:14:03.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:14:03.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121125520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:14:03.213Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:14:03.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:14:03.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "aai-ml", "timestamp": 1658121126888, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:14:03.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:14:03.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:14:03.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:14:03.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121128522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:14:03.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:14:03.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-18T05:14:03.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "clamp", "timestamp": 1658121129526, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:14:03.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f71a6b4-51d0-4b1d-a074-ced4724db05a 2022-07-18T05:14:03.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f71a6b4-51d0-4b1d-a074-ced4724db05a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-18T05:14:05.495Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:05.497Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-18T05:14:05.497Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f71a6b4-51d0-4b1d-a074-ced4724db05a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"40460d08-4165-4265-a3d6-2c0a9da9cf21","serviceDescription":"service","serviceInvariantUUID":"63e8e871-c3d9-454b-8628-5f4ebafc7018","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b4d40880-e058-4016-b2c0-dd7947fb192e","resourceInvariantUUID":"48445ba9-6c34-4f92-a5c4-02372f207b06","resourceCustomizationUUID":"94fb0604-9bf9-4b86-aa38-f238d204e16e","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":"NTEzMjVkYzY3YWU2ODA4ZTU0MzhiNTc3YjY5N2JmMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc8577e5-e262-4398-bfe4-12dfe313b74e","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":"bf5516fb-7df6-40a3-99c1-eda3b1def5e2","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":"dc0769b4-98d4-4574-b724-c73263c38fa0","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":"NTU5YTNhNTliYzYwNzJkMjI1NjczNTk0MzA0NjEzMDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df4d81c7-eb1b-4295-99f1-e8b8e857aba3","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":"18cf9d75-f6e9-41ac-8617-0b1e32dd2f0c","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":"ef0b0b59-93ad-4ac3-b023-d07869df1d84","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":"a762f598-92e4-4c3d-bc8a-58baef9f2230","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":"NjE0NTVjNDY3OTFiZmJmMDkxMjczODQyMTZiYzI5Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"530e6403-41dc-4d56-a3f5-63844da4c943","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjdmZTgzZWMzMjRjM2ZjNTNlMjZhYjNlZDNjZmUyNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a532b77-f459-46a5-9f82-daefe035fcb4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-18T05:14:05.499Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:05.500Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:05.502Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:05.502Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:05.602Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:14:05.604Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:05.604Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:05.623Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:05.624Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2022-07-18T05:14:06.504Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:06.505Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:06.509Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:06.509Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:06.609Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:14:06.610Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:06.610Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:06.632Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:06.632Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:14:07.510Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:07.511Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:07.515Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:07.515Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:07.614Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-18T05:14:07.615Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:07.615Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:07.636Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:07.636Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:08.515Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:08.517Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:08.520Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:08.521Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:08.620Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:14:08.621Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:08.621Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:08.639Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:08.639Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:09.521Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:09.522Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:09.528Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:09.528Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:09.625Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-18T05:14:09.628Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:09.629Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:09.649Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:09.650Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:10.529Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:10.530Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:10.532Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:10.532Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:10.634Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-18T05:14:10.634Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:10.635Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:10.655Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:10.655Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:14:11.533Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:11.539Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:11.541Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:11.542Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:11.642Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:14:11.642Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:11.643Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:11.661Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:11.661Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:12.548Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:12.549Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:12.552Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:12.553Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:14:12.653Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:14:12.654Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:12.655Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:12.674Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:12.675Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:14:13.554Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-18T05:14:13.555Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:13.558Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:13.558Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:14:13.658Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:14:13.659Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:13.659Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:13.693Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:13.693Z||pool-109-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:14.558Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "40460d08-4165-4265-a3d6-2c0a9da9cf21", "serviceDescription": "service", "serviceInvariantUUID": "63e8e871-c3d9-454b-8628-5f4ebafc7018", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "94fb0604-9bf9-4b86-aa38-f238d204e16e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b4d40880-e058-4016-b2c0-dd7947fb192e", "resourceInvariantUUID": "48445ba9-6c34-4f92-a5c4-02372f207b06", "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": "YjdmZTgzZWMzMjRjM2ZjNTNlMjZhYjNlZDNjZmUyNjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a532b77-f459-46a5-9f82-daefe035fcb4" } ], "workloadContext": "Production" } 2022-07-18T05:14:14.559Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-18T05:14:14.559Z|dd366837-9182-4137-9824-e66807b69f53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 40460d08-4165-4265-a3d6-2c0a9da9cf21 ASDC 2022-07-18T05:14:14.559Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:6f71a6b4-51d0-4b1d-a074-ced4724db05a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:40460d08-4165-4265-a3d6-2c0a9da9cf21 ServiceInvariantUUID:63e8e871-c3d9-454b-8628-5f4ebafc7018 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:1a532b77-f459-46a5-9f82-daefe035fcb4 ArtifactChecksum:YjdmZTgzZWMzMjRjM2ZjNTNlMjZhYjNlZDNjZmUyNjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:94fb0604-9bf9-4b86-aa38-f238d204e16e ResourceInvariantUUID:48445ba9-6c34-4f92-a5c4-02372f207b06 ResourceName:test-pnf ResourceType:PNF ResourceUUID:b4d40880-e058-4016-b2c0-dd7947fb192e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-18T05:14:14.559Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40460d08-4165-4265-a3d6-2c0a9da9cf21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T05:14:14.608Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T05:14:14.609Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:14:14.609Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:14:14.609Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a532b77-f459-46a5-9f82-daefe035fcb4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-18T05:14:14.609Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-07-18T05:14:14.610Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-18T05:14:14.719Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-07-18T05:14:14.725Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1a532b77-f459-46a5-9f82-daefe035fcb4 105663 2022-07-18T05:14:14.725Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-18T05:14:14.726Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-18T05:14:14.726Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-18T05:14:14.726Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:14.728Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:14.728Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121254725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:14:14.828Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-18T05:14:14.829Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:14.830Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:14.874Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:14.874Z||pool-110-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-18T05:14:15.729Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-18T05:14:15.730Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-07-18T05:14:15.730Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1a532b77-f459-46a5-9f82-daefe035fcb4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:15.731Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-18T05:14:15.738Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:15.738Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:15.946Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3147268285903126669/Definitions/service-TestPnfMacro-template.yml 2022-07-18T05:14:17.092Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.093Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.094Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-18T05:14:17.095Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-07-18T05:14:17.095Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T05:14:17.095Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.097Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.097Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-18T05:14:17.097Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.098Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.099Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.099Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.100Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.100Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.100Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.100Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:40460d08-4165-4265-a3d6-2c0a9da9cf21 Model Version:NULL Model InvariantUuid:63e8e871-c3d9-454b-8628-5f4ebafc7018 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-07-18T05:14:17.131Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: b4d40880-e058-4016-b2c0-dd7947fb192e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:14:17.135Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-07-18T05:14:17.135Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b4d40880-e058-4016-b2c0-dd7947fb192e 2022-07-18T05:14:17.135Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 40460d08-4165-4265-a3d6-2c0a9da9cf21 2022-07-18T05:14:17.135Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 40460d08-4165-4265-a3d6-2c0a9da9cf21 2022-07-18T05:14:17.136Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b4d40880-e058-4016-b2c0-dd7947fb192e ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:14:17.142Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54a607f3, org.onap.sdc.toscaparser.api.parameters.Input@3be450, org.onap.sdc.toscaparser.api.parameters.Input@44183c, org.onap.sdc.toscaparser.api.parameters.Input@5cc90c15, org.onap.sdc.toscaparser.api.parameters.Input@38b411e0] 2022-07-18T05:14:17.143Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.143Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.144Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 40460d08-4165-4265-a3d6-2c0a9da9cf21: test-pnf 2022-07-18T05:14:17.144Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Processing PNF resource: b4d40880-e058-4016-b2c0-dd7947fb192e 2022-07-18T05:14:17.144Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-18T05:14:17.144Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-18T05:14:17.145Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||Resource customization UUID: 94fb0604-9bf9-4b86-aa38-f238d204e16e is the same as notified resource customizationUUID: 94fb0604-9bf9-4b86-aa38-f238d204e16e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-07-18T05:14:17.236Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b4d40880-e058-4016-b2c0-dd7947fb192e 0 ASDC deployResourceStructure 2022-07-18T05:14:17.237Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-18T05:14:17.237Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-18T05:14:17.237Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-18T05:14:17.237Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:17.240Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:17.240Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121257237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:14:17.340Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:14:17.341Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:17.341Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:17.360Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:17.360Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-07-18T05:14:18.241Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f71a6b4-51d0-4b1d-a074-ced4724db05a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:14:18.278Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f71a6b4-51d0-4b1d-a074-ced4724db05a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-18T05:14:18.284Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-18T05:14:18.284Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-18T05:14:18.284Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-18T05:14:18.285Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-18T05:14:18.285Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.285Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.285Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.285Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.286Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.286Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.286Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-18T05:14:18.286Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-18T05:14:18.298Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-18T05:14:48.298Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f71a6b4-51d0-4b1d-a074-ced4724db05a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-07-18T05:14:48.309Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f71a6b4-51d0-4b1d-a074-ced4724db05a and serviceModelVersionId: 40460d08-4165-4265-a3d6-2c0a9da9cf21 2022-07-18T05:14:48.309Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63e8e871-c3d9-454b-8628-5f4ebafc7018 2022-07-18T05:14:48.310Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0 2022-07-18T05:14:48.314Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-07-18T05:14:48.368Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0|INFO|500||Invoke 2022-07-18T05:14:48.369Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f71a6b4-51d0-4b1d-a074-ced4724db05a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[20ce9c85-cf4a-4284-ba72-e2582f5261f8], X-ECOMP-RequestID=[6f71a6b4-51d0-4b1d-a074-ced4724db05a], X-TransactionId=[], X-ONAP-RequestID=[6f71a6b4-51d0-4b1d-a074-ced4724db05a], Content-Type=[application/merge-patch+json]} 2022-07-18T05:14:48.392Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-18T05:14:48.544Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?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/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220718-05:14:48:615-85874], vertex-id=[213144], Content-Length=[0], Date=[Mon, 18 Jul 2022 05:14:48 GMT], Content-Type=[application/json]} 2022-07-18T05:14:48.544Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-18T05:14:48.546Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/63e8e871-c3d9-454b-8628-5f4ebafc7018/model-vers/model-ver/40460d08-4165-4265-a3d6-2c0a9da9cf21?depth=0|INFO|500||InvokeReturn 2022-07-18T05:14:48.546Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-18T05:14:48.546Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-18T05:14:48.552Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-18T05:14:48.553Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f71a6b4-51d0-4b1d-a074-ced4724db05a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-18T05:14:48.553Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-18T05:14:48.554Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-07-18T05:14:48.556Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-18T05:14:48.556Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121288553, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T05:14:48.656Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-18T05:14:48.657Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-18T05:14:48.658Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:48.693Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:48.693Z||pool-112-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-18T05:14:49.582Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:14:49.583Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:14:49.583Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:14:59.154Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:14:59.154Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:14:59.164Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:14:59.164Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:15:03.165Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:15:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:15:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:15:03.252Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:15:03.253Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:15:03.253Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd366837-9182-4137-9824-e66807b69f53", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121239811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T05:15:03.254Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:15:08.738Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:15:08.739Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:15:08.739Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:15:08.739Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:15:18.321Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:16:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:16:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:16:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:16:03.165Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:16:03.165Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:16:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:16:03.698Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:16:03.699Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.699Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.700Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.700Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.700Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.701Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.701Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.701Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.702Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.702Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.702Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.702Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.702Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.703Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.703Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.703Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.703Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.703Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-18T05:16:03.704Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.705Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.705Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121240849, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-18T05:16:03.705Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-18T05:16:03.705Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.705Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121254725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-18T05:16:03.706Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:16:03.706Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.706Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121257237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-18T05:16:03.706Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:16:03.707Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-18T05:16:03.707Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6f71a6b4-51d0-4b1d-a074-ced4724db05a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1658121288553, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-18T05:16:03.707Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-18T05:16:12.736Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:17:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:17:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:17:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:17:03.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:17:03.166Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:17:03.167Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:17:12.757Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:17:12.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:18:03.165Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:18:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:18:03.166Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:18:03.166Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:18:03.166Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:18:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:18:12.772Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:18:12.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:19:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:19:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:19:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:19:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:19:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:19:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:19:12.758Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:19:12.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:20:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:20:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:20:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:20:03.165Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:20:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:20:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:20:12.726Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:20:12.770Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:21:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:21:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:21:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:21:03.165Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:21:03.165Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:21:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:21:12.769Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:21:12.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:22:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:22:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:22:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:22:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:22:03.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:22:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:22:12.779Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:22:12.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:23:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:23:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:23:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:23:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:23:03.165Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:23:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:23:12.733Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:23:12.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:24:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:24:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:24:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:24:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:24:03.165Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:24:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:24:12.766Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:24:12.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:25:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:25:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:25:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:25:03.165Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:25:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:25:03.166Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:25:12.732Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:25:12.742Z|69f45956-bb45-4f57-a59f-d8d6f68cf012|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:26:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:26:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:26:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:26:03.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:26:03.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:26:03.169Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:26:12.737Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:26:12.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:27:03.160Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:27:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:27:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:27:03.165Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:27:03.165Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:27:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:27:12.736Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:27:12.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:28:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:28:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:28:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:28:03.165Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:28:03.165Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:28:03.165Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:28:12.721Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:28:12.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:29:03.161Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:29:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:29:03.162Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as R6OGmslaLpZNIM3o) ... 2022-07-18T05:29:03.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-18T05:29:03.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-18T05:29:03.166Z||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 R6OGmslaLpZNIM3o) ... 2022-07-18T05:29:12.732Z|6f71a6b4-51d0-4b1d-a074-ced4724db05a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-18T05:29:12.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK